readinglist

command module
v1.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2016 License: MIT Imports: 13 Imported by: 0

README

readinglist

Installation

go get github.com/andrewstuart/readinglist

Usage

$ readinglist push https://news.ycombinator.com
$ readinglist add https://github.com/andrewstuart/readinglist
# Add a few links to the repository

$ readinglist ls
1.  https://news.ycombinator.com
2.  https://github.com/andrewstuart/readinglist

$ readinglist 1
# opens link number 1 (as numbered by ls)

$ readinglist pop
# opens latest link in your browser and removes it from the list

$ readinglist shift
# opens oldest link in your browser and removes it from the list

$ readinglist rm 3
# remove the third link

$ readinglist splice 2
# open and remove the second link

$ readinglist git init
# Initialize a git repo to track changes

$ readinglist git ...
# Run a git command inside the local data store

$ readinglist -list linux add https://lwn.net
# Add to a specific, separate list

$ readinglist -list linux
1.  https://lwn.net

$ readinglist 1..3
#Open all links 1-3

Don't like typing readinglist out?

ln -s $GOPATH/bin/{readinglist,rl}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL