A little bash script to write notes in the terminal.
My first real bash script.
- Shell 93.1%
- Makefile 6.9%
| scripts | doc modification : -e option for the write mode | |
| .gitignore | Modification of the Help paragraph | |
| config_note.sh | Architecture modified. note as alone cmd had a bug, it is fixed | |
| Makefile | Config is now installed by a special make cmd | |
| README.md | Fix registering of empty files + architecture of stockage | |
Note taker script in bash
!!! This readme file is not finished !!!
Dependecies :
- bash
- fd (See https://github.com/sharkdp/fd to install it / if you're on Ubuntu or like that, you must be change each fd by fdfind in config_note.sh)
- tree
Architecture of files stocking :
In /usr/local/lib/note_scripts/ => script files In /usr/local/bin => symbolic link named note from ../lib/note_scripts/main.sh And the config : $HOME/.config/note/config_note.sh