README whitespaces

master
Sina Siadat 9 years ago
parent 4cfd0157e0
commit f1e9c84345

@ -1,44 +1,46 @@
# ETON # ETON
eton is a note-taking cli tool.
## Examples ## Examples
eton -h eton -h
# quick add # quick add
eton new '[ ] do something' eton new '[ ] do something'
# add text from STDIN # add text from STDIN
ps aux | eton new - ps aux | eton new -
# add a file # add a file
eton addfile file.txt eton addfile file.txt
# unique aliases can be set and used instead of numeric ids # unique aliases can be set and used instead of numeric ids
etone alias 2 processes etone alias 2 processes
# list all items # list all items
eton ls -Lall eton ls -Lall
# filter items containing words "thing" AND "some" # filter items containing words "thing" AND "some"
eton ls thing some eton ls thing some
# you can mark specific items # you can mark specific items
etone mark processes 1 etone mark processes 1
# only list marked or aliased items (short mode) # only list marked or aliased items (short mode)
etone ls -s etone ls -s
# open an item in less # open an item in less
etone show processes etone show processes
# edit items # edit items
etone edit {1..3} etone edit {1..3}
# alias matching is fuzzy # alias matching is fuzzy
etone cat prcs etone cat prcs
# pass items to xargs as filenames: # pass items to xargs as filenames:
etone ls something -l |xargs -i less {} etone ls something -l |xargs -i less {}
Notes are stored in ~/.etondb Notes are stored in ~/.etondb

Loading…
Cancel
Save