fcheat
is for all who cannot remember all the commands ;)
Specify a location for your cheatsheets (or use default ~/.config/fcheatsheets/
):
FCHEAT_CHEATSDIR = ~/.config/my-cheatsheets/
Use fcheat
:
Fabulous cheat sheet
Usage
$ fcheat <options>
Options
--cheatdir, -c set directory with cheatsheets
set permanently via env var FCHEAT_CHEATSDIR
default: ~/.config/fcheatsheets/
--pagesize, -p specify the shown page size (default: 10)
--nodetails, -n show only command in overview
Examples
$ fcheat -p 5
You need cheatsheet files as source for fcheat
. Use the repo fcheatsheets
as starting point.
Before you begin, ensure you have met the following requirements:
- You have installed node.
That's it ;) Admittedly, I didn't test the project on Windows, but it runs fine on Ubuntu and Mac.
Install all dependencies with
npm install
Start it
npm run start
To contribute to fcheat
, follow these steps:
- Fork this repository.
- Create a branch.
- Make your changes and commit them.
- Push to the original branch.
- Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
If you want to contact me you can reach me at [email protected].
This project uses the following license: MIT.