memo/README.md

653 B

memo

writes and reads memos with a bash script

prequisites:

  • bash
  • gnu coreutils (possibly also a replacement like busybox, I only test with gnu stuff)

setup

clone the gitrepo: git clone https://tildegit.org/konomo/memo

move the script to your user's binary directory (check whether ~/.local/bin is the right folder before copying) cp memo/memo.sh ~/.local/bin/memo.sh

create the memo directory. by default this will be ~/.memos. if you wish to change it, change it in the script too: mkdir ~/.memos

contribute

if you have ideas and code contributions making this script smaller or fixing bugs, please open an issue or a pr.