1
0
Fork
You've already forked notes
0
A little bash script to write notes in the terminal. My first real bash script.
  • Shell 93.1%
  • Makefile 6.9%
2024年09月14日 15:54:10 +02:00
scripts doc modification : -e option for the write mode 2024年09月14日 15:54:10 +02:00
.gitignore Modification of the Help paragraph 2024年08月18日 23:02:12 +02:00
config_note.sh Architecture modified. note as alone cmd had a bug, it is fixed 2024年09月01日 15:38:58 +02:00
Makefile Config is now installed by a special make cmd 2024年09月02日 16:27:03 +02:00
README.md Fix registering of empty files + architecture of stockage 2024年08月29日 16:05:26 +02:00

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