Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skreweverything/command-cache
GUI program that logs a detailed history of executed terminal commands for easier access.
https://github.com/skreweverything/command-cache
electron javascript linux mac macos nodejs react reactjs ubuntu
Last synced: 2 months ago
JSON representation
GUI program that logs a detailed history of executed terminal commands for easier access.
- Host: GitHub
- URL: https://github.com/skreweverything/command-cache
- Owner: SkrewEverything
- License: mit
- Created: 2018-12-11T05:56:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-24T20:09:06.000Z (about 6 years ago)
- Last Synced: 2024-05-16T14:14:42.221Z (8 months ago)
- Topics: electron, javascript, linux, mac, macos, nodejs, react, reactjs, ubuntu
- Language: JavaScript
- Homepage:
- Size: 167 KB
- Stars: 53
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Command\ Cache
![](https://i.imgur.com/KBQf4Nk.png)
### Logs a detailed history of executed terminal commands for easier access.
## Features!
Provides data and features which terminals doesn't provide. Like:- Interactive search.
- Save commands for future and easier access.
- Opens Terminal and executes command in the directory with just one click.
- Shows the Time and Directory where a particular command has been executed.
- Shows the count of every executed command.## Why?
- Because `grep`ing `history` wastes a lot of time while coding.
- We need to execute the command again if there is any spelling error or syntax error.
- We need to execute it multiple times if we don't remember the command we are searching for.
- The command should be precisly selected with a mouse which is sometimes frustrating.
## ScreenShots
![](https://i.imgur.com/Va9fDzu.png)
![](https://i.imgur.com/czpdFjG.png)
![](https://i.imgur.com/AujiEFd.png)
## Installation
Download binaries from [**Releases**](https://github.com/SkrewEverything/Command-Cache/releases) Tab.
or
Download the repo and built it yourself. Check **`CONTRIBUTE.md`** on how to DIY.
## Contributing
Don't find what you want or want to improve the project?
Have a better UI in mind?
Feel free to fork the project and submit a pull request with your changes! See **`CONTRIBUTE.md`** for how to start.
Not familiar or feeling lazy? Open issue about your idea or tip!
License
----MIT
**Free Software, Hell Yeah!**