Proto-LogGit app
Find a file
2024-07-26 01:32:48 +00:00
LICENSE Initial commit 2024-07-26 01:29:17 +00:00
loggit added loggit 2024-07-26 01:32:48 +00:00
README.md started readme, still need to update install stuff 2024-07-26 01:31:59 +00:00

loggit

Proto-LogGit app

Forked from Notes by nickjj: https://github.com/nickjj/notes/tree/master

1 liner to get notes downloaded to /usr/local/bin:

sudo curl \
  -L https://raw.githubusercontent.com/nickjj/notes/master/notes \
  -o /usr/local/bin/notes && sudo chmod +x /usr/local/bin/notes