writes and reads memos with a bash script
Go to file
konomo 297670d6e9 change to mit license 2021-01-27 21:43:38 +00:00
LICENSE change to mit license 2021-01-27 21:43:38 +00:00
README.md first commit 2020-11-14 13:42:54 +00:00
memo first commit 2020-11-14 13:42:54 +00:00

README.md

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.