f61ef726f95a — Dang Hoang Tuan (Tsuki) default tip 2 years ago
Update .hgignore
76e9b1d98b5a — Dang Hoang Tuan (Tsuki) 2 years ago
Update README Credits section
fb46d3269668 — Dang Hoang Tuan (Tsuki) 2 years ago
Update README Contribution section to fit with Sourcehut's unconventional workflow
5c70dd724b64 — Dang Hoang Tuan (Tsuki) 2 years ago
Fix the classic a[len(a)] mistake
79f97c6a3237 — Dang Hoang Tuan (Tsuki) 2 years ago
Add a slash (/) at the end of the directory path in case the custom directory path by the user doesn't include it
4b8869092d32 — Dang Hoang Tuan (Tsuki) 2 years ago
Fix another bug in the CLI where the --dir flag uses . instead of ./, resulted in an error when querying a directory
f885e82bb1bb — Dang Hoang Tuan (Tsuki) 2 years ago
Fix a bug in the CLI where the port default is handled incorrectly, resulted in a wrong --port flag
2802c07ab54f — Dang Hoang Tuan (Tsuki) 2 years ago
We still need ACCESSIBLE_DIR though
9ce12452288e — Dang Hoang Tuan (Tsuki) 2 years ago
Remove ACCESSIBLE_DIR and PORT constants since we now have defaults for our CLI arguments/flags
fe5538a315e0 — Dang Hoang Tuan (Tsuki) 2 years ago
Massive overhaul to help Robin deal with CLI. Robin now can handle custom directories and custom ports
f296278f7024 — Dang Hoang Tuan (Tsuki) 2 years ago
Add the package mkideal/cli to provide CLI for Robin
eb48f7d38492 — Dang Hoang Tuan (Tsuki) 2 years ago
Remove file size format for directories in folder table
b44a7db8057d — Dang Hoang Tuan (Tsuki) 2 years ago
Add nice time format for last modified table
ea6a8028623d — Dang Hoang Tuan (Tsuki) 2 years ago
Add last modified date of files to table
e92dec734c85 — Dang Hoang Tuan (Tsuki) 2 years ago
s/ByteCountIEC/ByteCountSI/g
20cfa936a171 — Dang Hoang Tuan (Tsuki) 2 years ago
GNU dc displays human-readable file size format in SI but for whatever the fuck the reason is they display kilobytes that aren't compatible with SI or IEC, so now I have to do a throwback
a5f6bea3ec75 — Dang Hoang Tuan (Tsuki) 2 years ago
s/ByteCountSI/ByteCountIEC/g
ea60d1a6148c — Dang Hoang Tuan (Tsuki) 2 years ago
Uses IEC instead of SI for human-readable file size format to fit with Linux
a9cf21a3a097 — Dang Hoang Tuan (Tsuki) 2 years ago
Setting default column width can hurt users with different screen size, so I remove it
3ed0e71087f2 — Dang Hoang Tuan (Tsuki) 2 years ago
Set the Name column to be 100
Next