All Projects β†’ gabrielgodoy-zz β†’ Getme

gabrielgodoy-zz / Getme

CLI utility for everyday tasks. With getme you get weather, forecast, currency rate, upload files, IP address, word definitions, text translations, internet speed, do google searches, get inspirational quotes and get Chuck Norris jokes

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Getme

Cash Cli
πŸ’°πŸ’° Convert currency rates directly from your terminal!
Stars: ✭ 168 (+42.37%)
Mutual labels:  cli, currency, npm, npm-package
Jsonexport
{} β†’ πŸ“„ it's easy to convert JSON to CSV
Stars: ✭ 208 (+76.27%)
Mutual labels:  cli, npm, npm-package
Yarpm
CLI tool to run npm scripts with either npm or yarn, depending on how it was started
Stars: ✭ 13 (-88.98%)
Mutual labels:  cli, npm, npm-package
Ohshitgit
⁉️Oh shit! A cli tool to help you unfuck your git mistakes
Stars: ✭ 135 (+14.41%)
Mutual labels:  cli, npm, npm-package
Singlespotify
🎡 Create Spotify playlists based on one artist through the command line
Stars: ✭ 254 (+115.25%)
Mutual labels:  cli, npm, npm-package
Cpx
A cli tool to watch and copy file globs.
Stars: ✭ 394 (+233.9%)
Mutual labels:  cli, npm, npm-package
Npm Run All
A CLI tool to run multiple npm-scripts in parallel or sequential.
Stars: ✭ 4,496 (+3710.17%)
Mutual labels:  cli, npm, npm-package
Np
A better `npm publish`
Stars: ✭ 6,401 (+5324.58%)
Mutual labels:  cli, npm, npm-package
Nls
Missing inspector for npm packages.
Stars: ✭ 44 (-62.71%)
Mutual labels:  cli, npm, npm-package
Nps
NPM Package Scripts -- All the benefits of npm scripts without the cost of a bloated package.json and limits of json
Stars: ✭ 1,285 (+988.98%)
Mutual labels:  cli, npm
Forge Node App
πŸ› πŸ“¦πŸŽ‰ Generate Node.js boilerplate with optional libraries & tools
Stars: ✭ 90 (-23.73%)
Mutual labels:  cli, npm-package
Angular File Uploader
Angular file uploader is an Angular 2/4/5/6/7/8/9/10 + file uploader module with Real-Time Progress Bar, Responsive design, Angular Universal Compatibility, localization and multiple themes which includes Drag and Drop and much more.
Stars: ✭ 92 (-22.03%)
Mutual labels:  npm, npm-package
Redrun
✨🐌 🐎✨ fastest npm scripts runner
Stars: ✭ 85 (-27.97%)
Mutual labels:  cli, npm
Node Fast Ratelimit
β˜”οΈ Fast and efficient in-memory rate-limit for Node, used to alleviate most common DOS attacks.
Stars: ✭ 84 (-28.81%)
Mutual labels:  npm, npm-package
Event Target Shim
An implementation of WHATWG EventTarget interface, plus few extensions.
Stars: ✭ 89 (-24.58%)
Mutual labels:  npm, npm-package
Darksky
Python API wrapper for the DarkSky (async&sync)
Stars: ✭ 81 (-31.36%)
Mutual labels:  forecast, weather
Tplink Cloud Api
A node.js npm module to remotely control TP-Link smartplugs (HS100, HS110) and smartbulbs (LB100, LB110, LB120, LB130) using their cloud web service (no need to be on the same wifi/lan)
Stars: ✭ 96 (-18.64%)
Mutual labels:  npm, npm-package
Cryptocurrency Cli
πŸ’° Cryptocurrency Portfolio On The Command Line πŸ’°
Stars: ✭ 99 (-16.1%)
Mutual labels:  cli, npm
Webcam Easy
javascript access webcam stream and take photo
Stars: ✭ 79 (-33.05%)
Mutual labels:  npm, npm-package
Vue Csv Import
Vue.js component to select a CSV file, map the columns to fields, and post it somewhere.
Stars: ✭ 95 (-19.49%)
Mutual labels:  npm, npm-package

getme

CLI utility for everyday tasks

With getme you can get weather, forecast, currency rate, upload files, IP address, word definitions, text translations, internet speed, do google searches, get inspirational quotes and get Chuck Norris jokes.

✨ All from the terminal ✨

NPM

npm Travis npm Coverage Status

Install it globally

npm i getme -g

Getme Options

command definition
getme -h, --help or getme [COMMAND] -h, --help Output usage information
getme chuck Displays a random Chuck Norris joke
getme cur, currency [base] [currs] Get currency rates against a base currency (default base USD, default currencies All)
getme d, definition [word] Get word definitions (Only works for english words)
getme d, definition -s [word] Get synonyms of a specific word (Only works for english words)
getme dt, date [options] [value] Get x days from now, and the corresponding day of the week
getme f, forecast [unit] Get weather forecast of 5 days ahead, default unit is Celsius
getme git Get new notifications from GitHub
getme repo Opens current Github project page in the browser
getme ip Get public and network IP addresses
getme q, quote Displays an inspirational quote and its author
getme s, search [query] Search in Google
getme speed Get internet speed based on speedtest
getme t, translation [options] Get translations of text from a language to another
getme tw, search [query] Search on twitter
getme u, upload [filepath][options] Uploads a file to file.io and generates a link for you to share that file
getme w, weather [unit] Get weather, default unit is Celsius, can be celsius, fahrenheit, or kelvin

Google search

getme search dogs and cats Opens browser, searching for "dogs and cats"

getme-search

GitHub notifications

getme git Option to open selected notification in browser also.

Github Repository

getme repo Open current Github project repository in the browser

Weather and forecast

getme weather Weather in celsius

getme weather -f Weather in fahrenheit

getme forecast Forecast of five days ahead in celsius

getme forecast -f Forecast of five days ahead in fahrenheit

getme-weather

Currency rates

getme currency -s JPY,BRL,CAD Get JPY, BRL and CAD currencies where base currency is USD (USD is default if no base currency is set)

getme currency -b EUR -s USD,BRL Get USD and BRL currency where base currency is EUR

getme-currency

Currency options

Most common base currencies to be passed as parameter:

  • USD (Dollar) Default
  • EUR (Euro)

For entire list of possible currency initials: European Central Bank

Public and network IP addresses

getme ip

getme-ip

Internet download/upload speed, and your ping

getme speed

getme-speed

Word definitions (Only works for english words)

getme definition chair Get definitions for the word chair

getme-definition

Word synonyms

getme definition -s teacher Get synonyms for the word teacher

Text translations

getme translation --fromto en-pt --text The book is on the table Translate from English to Portuguese "the book is on the table" becomes "O livro estΓ‘ sobre a mesa"

getme translation --fromto es-en --text El libro estΓ‘ sobre la mesa Translate from Spanish to English "El libro estΓ‘ sobre la mesa" becomes "The book is on the table"

All text after the --text flag will be interpreted as text to be translated

--fromto works as a pair of language codes separated by a hyphen ("from"-"to"). For example, en-ru indicates translating from English to Russian.

To get a list of all the possible --fromto combinations, type

getme translation --list or getme translation -l

getme-translation

Inspirational quotes

getme quote getme q

getme-quote

Upload files and generate links

Usage: getme upload 'path/to/file' Example: getme upload ~/Desktop/test.txt

Setting custom link expiration

Example: getme upload ~/Desktop/test.txt -e 1w

File is uploaded and link will expire in one week

If no expiration is declared, default link expiration is 14 days

Expiration can be in

  • days. Example: '1d', '10d'
  • weeks. Example: '1w', '5w'
  • months. Example: '1m', '5m'
  • years. Example: '1y', '5y'

getme-upload

Twitter search

  • getme tweets #node #npm
  • getme tw node npm

You can search by using @ or #.

Example

Important:

After the file is downloaded from the generated link, just once, this link will no longer work, it will be destroyed. They call file.io the snapchat for files

File is anonymous and is erased after link expires also, and cannot be retrieved later by accesing the generated link

Read more in file.io

Dates calculation

Usage: getme date|dt [value]

  • value - Integer value of period to add/subtract
  • --period, -p - Specify the period of time (See momentJS Keys)
  • --date, -d - Specify the base date to manipulate (Default: Today)
  • --add, -a - Set the current action to add to date (This is the default option)
  • --subtract, -s - Set the current action to subtract to date (Not compatible with add parameter)

Examples

Add 5 days to current date getme date 5

Add 10 days to specific date getme dt 10 -d 2017-05-01

Subtract 2 months getme dt 2 --period M -d 2017-05-01

And much more πŸš€


Contributing

We'd love to have your helping hand on getme!

See CONTRIBUTING.md for more information on what we're looking for and how to get started.

License

MIT License @ Gabriel Godoy

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].