Open Issues Need Help
View All on GitHub Implement directory argument 2 months ago
AI Summary: Enhance the `fls` command-line tool to accept a directory path as an argument. Currently, it only lists files in the current directory. The enhancement should allow users to specify a different directory path, and the tool should then list the absolute paths of all files within that specified directory.
Complexity:
2/5
enhancement good first issue
Full `ls`: A quick way to get the absolute paths of all your files in a single command
Rust