Skip to content

simple vim-like note taking application in the terminal

License

Notifications You must be signed in to change notification settings

ellipticobj/scrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scrap

this is a super simple vim-like notetaking app i made for myself
built with cython

installation

clone this repo

git clone https://github.com/yourusername/scrappad.git

then install dependencies:

pip install -r requirements.txt

then install the app:

pip install .

note that on some systems (like macos) you might have to use pip3 instead of pip.

features

super basic vim keybinds:
:w --- save
:q --- quit (:q! to force quit)
:wq -- write and quit
i ---- insert mode

default folder for notes is at ~/.config/scrappad

building

edit setup.py to whatever
run pip install . to build this project.

screenshots

screenshot

roadmap

  • use cython to build
  • logging
  • make program run faster
  • add support for markdown
  • add support for exporting notes
  • autosave?
  • argparse?

About

simple vim-like note taking application in the terminal

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published