Giter VIP home page Giter VIP logo

listo's Introduction

Listo

This is a command line tool that help you archive and show items.

Made with <3 by @olistik

License

GNU General Public License (GPL) version 3

gnu.org

Requirements

This is a Ruby script, tested against the following interpreter version:

ಠ_ಠ ruby -v
ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-darwin15]

Install

Download the script and run its setup:

ಠ_ಠ ./listo --setup
The queue has been created at ~/.listo/queue.json

Examples

ಠ_ಠ ./listo --push --content "https://www.youtube.com/watch?v=8ysFkNYwhAE"
Item #1 pushed.
ಠ_ಠ ./listo --push --content "https://www.smashingmagazine.com/2016/06/picking-the-best-prototyping-software-for-your-project/"
Item #2 pushed.
ಠ_ಠ ./listo --push --content "Hello World."
Item #3 pushed.
ಠ_ಠ ./listo --show --all
#3 (2016-06-29 16:22:59) Hello World.
#2 (2016-06-29 16:22:35) https://www.smashingmagazine.com/2016/06/picking-the-best-prototyping-software-for-your-project/
#1 (2016-06-29 16:20:02) https://www.youtube.com/watch?v=8ysFkNYwhAE
ಠ_ಠ ./listo --show
#3 (2016-06-29 16:22:59) Hello World.
ಠ_ಠ ./listo --show --id 1
#1 (2016-06-29 16:20:02) https://www.youtube.com/watch?v=8ysFkNYwhAE
ಠ_ಠ ./listo --show --size 2
#3 (2016-06-29 16:22:59) Hello World.
#2 (2016-06-29 16:22:35) https://www.smashingmagazine.com/2016/06/picking-the-best-prototyping-software-for-your-project/
ಠ_ಠ ./listo --show --head
#1 (2016-06-29 16:20:02) https://www.youtube.com/watch?v=8ysFkNYwhAE
ಠ_ಠ ./listo --show --tail
#3 (2016-06-29 16:22:59) Hello World.
ಠ_ಠ ./listo --show --tail --size 2
#3 (2016-06-29 16:22:59) Hello World.
#2 (2016-06-29 16:22:35) https://www.smashingmagazine.com/2016/06/picking-the-best-prototyping-software-for-your-project/
ಠ_ಠ ./listo --drop
Dropped the following item:
#3 (2016-06-29 16:22:59) Hello World.
ಠ_ಠ ./listo --drop --head --silent
ಠ_ಠ
ಠ_ಠ ./listo --show --all
#2 (2016-06-29 16:22:35) https://www.smashingmagazine.com/2016/06/picking-the-best-prototyping-software-for-your-project/
ಠ_ಠ ./listo --drop --all
Queue emptied.
ಠ_ಠ ./listo --show
The queue is empty.

listo's People

Contributors

olistik avatar

Watchers

 avatar

Forkers

juplutonic

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.