All Projects ā†’ twostairs ā†’ Snoo

twostairs / Snoo

Licence: mit
A Reddit command line client written in Node.js, using modern ES-features

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Snoo

Forge Node App
šŸ› šŸ“¦šŸŽ‰ Generate Node.js boilerplate with optional libraries & tools
Stars: āœ­ 90 (+130.77%)
Mutual labels:  cli, command-line, node-js
Goaccess
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
Stars: āœ­ 14,096 (+36043.59%)
Mutual labels:  cli, command-line, ncurses
Nnn
nĀ³ The unorthodox terminal file manager
Stars: āœ­ 13,138 (+33587.18%)
Mutual labels:  cli, command-line, ncurses
Caporal.js
A full-featured framework for building command line applications (cli) with node.js
Stars: āœ­ 3,279 (+8307.69%)
Mutual labels:  cli, command-line, node-js
Mandown
man-page inspired Markdown viewer
Stars: āœ­ 173 (+343.59%)
Mutual labels:  cli, command-line, ncurses
Rtv
Browse Reddit from your terminal
Stars: āœ­ 4,558 (+11587.18%)
Mutual labels:  command-line, curses, reddit
Make Me Lol
šŸ˜„ A command-line tool to make you laugh
Stars: āœ­ 38 (-2.56%)
Mutual labels:  cli, command-line
Clifx
Declarative framework for building command line interfaces
Stars: āœ­ 900 (+2207.69%)
Mutual labels:  cli, command-line
Laminas Cli
Console command runner, exposing commands written in Laminas MVC and Mezzio components and applications
Stars: āœ­ 25 (-35.9%)
Mutual labels:  cli, command-line
Worker Threads Nodejs
Benchmark nodeJS worker threads for calculating prime numbers, using various dataStructures
Stars: āœ­ 27 (-30.77%)
Mutual labels:  cli, node-js
Prompts
āÆ Lightweight, beautiful and user-friendly interactive prompts
Stars: āœ­ 6,970 (+17771.79%)
Mutual labels:  cli, command-line
Inquirer Checkbox Plus Prompt
Checkbox with autocomplete and other additions for Inquirer
Stars: āœ­ 25 (-35.9%)
Mutual labels:  cli, command-line
Elodie
An EXIF-based photo assistant, organizer, manager and workflow automation tool.
Stars: āœ­ 840 (+2053.85%)
Mutual labels:  cli, command-line
Aruba
Test command-line applications with Cucumber-Ruby, RSpec or Minitest. The most up to date documentation can be found on Cucumber.Pro (https://app.cucumber.pro/projects/aruba)
Stars: āœ­ 900 (+2207.69%)
Mutual labels:  cli, command-line
Redditbot
Discord bot for reddit.com
Stars: āœ­ 17 (-56.41%)
Mutual labels:  reddit-api, reddit
Mprislyrics
Small command-line utility that displays lyrics in sync with the currently playing song in a MPRIS2 capable player.
Stars: āœ­ 24 (-38.46%)
Mutual labels:  cli, command-line
Ntl
Node Task List: Interactive cli to list and run package.json scripts
Stars: āœ­ 800 (+1951.28%)
Mutual labels:  cli, command-line
Trek
Trek is a CLI/ncurses explorer for HashiCorp Nomad clusters.
Stars: āœ­ 26 (-33.33%)
Mutual labels:  command-line, ncurses
Executor
Watch for file changes and then execute command. Very nice for test driven development.
Stars: āœ­ 14 (-64.1%)
Mutual labels:  cli, command-line
Xsv
A fast CSV command line toolkit written in Rust.
Stars: āœ­ 7,831 (+19979.49%)
Mutual labels:  cli, command-line

Snoo

A Reddit command line client written in Node.js, using modern ES-features

Snoo

Features

Snoo allows you to:

  • browse hot, new & top subreddits
  • browse your subscribed subreddits
  • preview articles
  • read articles
  • read the top comments of articles
  • save and unsave articles (no categories yet, though)
  • be warned if an article is NSFW before opening it

... and there's a lot more to come!

Installation

GitHub

$ git clone [email protected]:twostairs/snoo.git
$ cd snoo
$ npm install
$ cat .env.example | while read line; do echo export $line; done > ~/.config/snoo
$ vim ~/.config/snoo # & adjust settings
$ vim ~/.bashrc # or .bash_profile, .zshrc, ... -> add `source ~/.config/snoo`
$ npm link

In order to get REDDIT_APP_KEY and REDDIT_APP_SECRET you need to create your own reddit app as a script. name, description, about url and redirect url don't matter.

For REDDIT_USERNAME and REDDIT_PASSWORD you need to enter the credentials of the user you created the app with. Snoo does not use your credentials for anything else but logging in. If you want to be sure, check out the source code.

Info: Don't use ~ in the SNOO_LOG_FILE path, as it's not (yet) supported.

NPM

$ npm install -g snoo
$ cat /your/global/node_modules/snoo/.env.example | while read line; do echo export $line; done > ~/.config/snoo
$ vim ~/.config/snoo # & adjust settings
$ vim ~/.bashrc # or .bash_profile, .zshrc, ... -> add `source ~/.config/snoo`

Running

$ snoo

Usage

  • ctrl+q: Quit Snoo
  • ctrl+r: Refresh articles
  • arrow up/arrow down: Scroll through articles list
  • space: Preview selected article
  • return: Open article, automatically in external browser or article viewer, depending on the type of the article
  • ctrl+v: Open article in viewer
  • ctrl+s: Save/unsave selected article
  • ctrl+t: Open own subreddits list for switching
  • escape: Go back to the articles list

Feedback & suggestions

Shoot me a tweet. :-)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].