diff options
| -rwxr-xr-x | track-books.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/track-books.sh b/track-books.sh index 40c201c..f13add8 100755 --- a/track-books.sh +++ b/track-books.sh @@ -1,5 +1,11 @@ #!/bin/bash +# Created By: srdusr +# Created On: Wed 25 Oct 2023 13:45:52 CAT +# Project: Simple script to track most recent books opened, mainly for neovim usage. + +# Dependencies: inotify-tools + books_directory="$HOME/documents/books" recent_books_file="$HOME/.config/nvim/tmp/recent_books.txt" |
