Skip to content

nxrmqlly/silo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

silo

A dead simple, opinionated notes tui.

silo demo gif

tips

  1. try using a nerd font
  2. make sure your terminal supports emojis (for now)
  3. try running silo help!

shortcuts index

  1. tab switch between right and left pane
  2. ctrl+e toggle autosave
  3. ctrl+s (editor view) save file
  4. n (sidebar) new file
  5. d (sidebar) delete selected file
  6. r (sidebar) rename selected file
  7. ctrl+x render preview of selected file

installing prebuilt binary

Linux and MacOS

run this in your terminal:

curl -sSL https://raw.githubusercontent.com/nxrmqlly/silo/master/install.sh | bash

then launch:

silo

Windows

  1. download the latest .exe from releases
  2. add the .exe to your PATH
  3. run:
silo

building from source

requirements:

  • Go 1.26+ (only tested on this, older versions may work.)
git clone https://github.com/nxrmqlly/silo
cd silo
go build ./cmd/silo

future ideas

[x] setup wizard [ ] search / replace [ ] recent files [ ] tabs [ ] configurable keybindings

license

GPL v2

About

A dead simple, opinionated notes TUI

Resources

License

Stars

Watchers

Forks

Contributors