Skip to content
/ rank Public

Rank things by comparing them to other things

Notifications You must be signed in to change notification settings

mwstobo/rank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rank

Rank things by comparing them to other things. Inspired by git bisect.

Quick Start

# Add an item
$ rank movies-2016 add "Zootopia"
Is Zootopia higher than Moana? (y/n) ...

# View a list
$ rank games-2016 list
1. DOOM
2. The Witness
3. Overwatch
...

# Delete an item
$ rank todo delete "Laundry"

# Run in interactive mode
$ rank books-2016
What do you want to do?
1) Add an item
2) View your list
3) Delete an item
4) Save and quit
5) Quit without saving

Future

  • List formatting
  • Range insertion
  • Better data structure

About

Rank things by comparing them to other things

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published