Skip to content
/ pus Public

[pʌʃ] is a rapid personnal logging system.

Notifications You must be signed in to change notification settings

samjoch/pus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pus [pʌʃ] Build status

[pʌʃ] is a rapid personnal logging system.

inspired by the Bullet Journal and by Git.

installation

npm i -g pus

commands

# Add a task
$ pus commit -t 'a task'
$ pus ci -t 'a new task as well'

# Add an event
$ pus commit -o 'an event'
$ pus commit -o 'my wife birthday' -d 2016-12-24

# Add a note
$ pus commit 'a note'
$ pus commit -n 'a note' -d 2016-01-01

# Create a collection
$ pus collection 'Future log'
# Add a task in a collection
$ pus ci -c 340d48e 'a new task in Future log'

# List all notes, events, tasks
$ pus log
$ pus log -t # only tasks
$ pus log -n # only notes
$ pus log -o # only events
$ pus log -d 2015-01-01 # list all since 2015-01-01, you can combine w/ others

# Complete a task
$ pus done <sha1>

# Show more about a task
$ pus show <sha1>

how does it work

For now [pʌʃ] creates a local persistent database in ~/.pus/commits.db.

About

[pʌʃ] is a rapid personnal logging system.

Topics

Resources

Stars

Watchers

Forks

Packages