All Projects → Simolation → Notify.uno

Simolation / Notify.uno

Get notified when your command is done

Projects that are alternatives of or similar to Notify.uno

Notica
Send browser notifications from your terminal. No installation. No registration.
Stars: ✭ 215 (+465.79%)
Mutual labels:  terminal, command-line, notifications
Imagescraper
✂️ High performance, multi-threaded image scraper
Stars: ✭ 630 (+1557.89%)
Mutual labels:  terminal, command-line
Sultan
Sultan: Command and Rule over your Shell
Stars: ✭ 625 (+1544.74%)
Mutual labels:  terminal, command-line
Bat
A cat(1) clone with wings.
Stars: ✭ 30,833 (+81039.47%)
Mutual labels:  terminal, command-line
Rtv
Browse Reddit from your terminal
Stars: ✭ 4,558 (+11894.74%)
Mutual labels:  terminal, command-line
Nve
Run any command on specific Node.js versions
Stars: ✭ 531 (+1297.37%)
Mutual labels:  terminal, command-line
Cheat.sh
the only cheat sheet you need
Stars: ✭ 27,798 (+73052.63%)
Mutual labels:  terminal, command-line
Figures
Unicode symbols with Windows CMD fallbacks
Stars: ✭ 438 (+1052.63%)
Mutual labels:  terminal, command-line
Imgp
📸 High-performance cli batch image resizer and rotator
Stars: ✭ 744 (+1857.89%)
Mutual labels:  terminal, command-line
Clifx
Declarative framework for building command line interfaces
Stars: ✭ 900 (+2268.42%)
Mutual labels:  terminal, command-line
Tldr
📚 Collaborative cheatsheets for console commands
Stars: ✭ 36,408 (+95710.53%)
Mutual labels:  terminal, command-line
Cabal Cli
Terminal client for Cabal, the p2p chat platform.
Stars: ✭ 479 (+1160.53%)
Mutual labels:  terminal, command-line
Buku
🔖 Personal mini-web in text
Stars: ✭ 4,825 (+12597.37%)
Mutual labels:  terminal, command-line
Googler
🔍 Google from the terminal
Stars: ✭ 5,594 (+14621.05%)
Mutual labels:  terminal, command-line
Keep
A Meta CLI toolkit : Personal shell command keeper and snippets manager
Stars: ✭ 451 (+1086.84%)
Mutual labels:  terminal, command-line
Terminal Notifier
Send User Notifications on macOS from the command-line.
Stars: ✭ 5,766 (+15073.68%)
Mutual labels:  command-line, notifications
Wonders
🌈 Declarative JavaScript framework to build command-line applications.
Stars: ✭ 34 (-10.53%)
Mutual labels:  terminal, command-line
Lookatme
An interactive, terminal-based markdown presenter
Stars: ✭ 392 (+931.58%)
Mutual labels:  terminal, command-line
Go Prompt
Building powerful interactive prompts in Go, inspired by python-prompt-toolkit.
Stars: ✭ 4,255 (+11097.37%)
Mutual labels:  terminal, command-line
Suplemon
🍋 Console (CLI) text editor with multi cursor support. Suplemon replicates Sublime Text like functionality in the terminal. Try it out, give feedback, fork it!
Stars: ✭ 734 (+1831.58%)
Mutual labels:  terminal, command-line

notify.uno header image

time tracker Deploy

notify.uno

Are you tired of waiting for your tasks to finish? Just do something more important and be notified when you need to check back on your terminal.

Use it for free

notify.uno is currently deployed on one of my servers based on this master branch using GitHub Actions. Use it right now: notify.uno

Installing / Getting started

This service uses nodemon to start the dev server and pm2 to run in production

To run an own instance of notify.uno just clone this repository and make sure you have node.js installed, then run yarn to install all dependencies and start the nodemon dev server

yarn install
yarn dev

Don't forget to add your own .env file to the root of the project that contains necessary environment variables

# NODE_ENV=production

DOMAIN=https://notify.uno/

MONGODB=Replace with your mongdb instance

GOOGLE_ID=Google ID for the sign in
GOOGLE_SECRET=Google OAuth secret
COOKIE_KEY=Key to encrypt the session cookie

EMAIL=E-Mail address for the vapid key
VAPID_PUBLIC=VAPID public key for push message sending
VAPID_PRIVATE=VAPID private key for push message sending
FCM_KEY=Firebase Cloud Messaging key to send alternative push messages
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].