Skip to content

A CLI that prints inspirational quotes on shell startup

License

Notifications You must be signed in to change notification settings

captainsafia/fortuity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fortuity

fortuity is a fun little command line tool that prints out an inspirational quote to the console. It leverages the forismatic quotes API.

Install

$ npm install -g fortuity

Execute on startup

To print out an inspirational quote every time you launch a new shell, you will need to configure your shell so that this command runs on startup.

Bash

$ echo 'fortuity' >> ~/.bash_profile

Zsh

$ echo 'fortuity' >> ~/.zprofile 

Fish

$ echo 'fortuity' >> ~/.config/fish/config.fish

Usage

fortuity

About

A CLI that prints inspirational quotes on shell startup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages