Adding descriptions to your directories!
lsnotes lets you attach and display notes for directories. Just drop a .lsnotes
file in any folder and voilà—your directory has a description. Now remade with:
- Python — easier to use and extend
- Typer — for snappy, intuitive CLI
- Markdown support — so your notes can look sleek and formatted
It was originally just an April Fools joke that I told @MrWillCom, but it turned out to be a brilliant idea. So I made this project.
Clone and build by yourself!
poetry install
or get it from PyPI!
pip install lsnotes
lsnotes view # does the same as above
lsnotes --help # for assistance
lsnotes edit # edits the .lsnotes file with your default editor
lsnotes config # for configuration
alias ls = "lsnotes view && ls"
alias pwd = "lsnotes view && pwd"
# etc.
We welcome you to implement the .lsnotes
standard using various languages or on diverse platforms.
- NodeJS: MrWillCom/lnn
Made with love by @aeilot at aeilot.top