You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# lsnotes
2
2
Add a description to your directories! Simply add a `.lsnotes` file and that's it!
3
3
4
+
It's a especially simple project, but the idea makes me feel fresh! It should be made a shell project but I don't feel like that. Anyway, it has endless possbilities!
5
+
4
6
## Installation
5
7
6
8
```sh
@@ -20,3 +22,13 @@ lsnotes --help # for assistance
20
22
21
23
lsnotes --edit or lsnotes -e # edits the .lsnotes file with your default editor
22
24
```
25
+
26
+
### Examples
27
+
28
+
```sh
29
+
alias ls = "lsnotes && ls"
30
+
# etc.
31
+
```
32
+
33
+
---
34
+
Made with love by [@aeilot](https://github.com/aeilot) at [aeilot.top](https://aeilot.top)
0 commit comments