https://github.com/hemmouda/Idea
A bash script for quick note/idea taking
https://github.com/hemmouda/Idea
bash idea note notetaking quick script shell
Last synced: 4 months ago
JSON representation
A bash script for quick note/idea taking
- Host: GitHub
- URL: https://github.com/hemmouda/Idea
- Owner: telos-matter
- License: mit
- Created: 2022-12-10T20:50:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-27T10:41:53.000Z (over 2 years ago)
- Last Synced: 2024-12-05T07:12:51.010Z (about 1 year ago)
- Topics: bash, idea, note, notetaking, quick, script, shell
- Language: Shell
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Idea 
A bash script for quick note/idea taking
## Usage:
Record a quick note:
```console
$ idea this is a quick note
```
Record something longer as a project idea:
```console
$ idea -c project
...
```
See all your todos:
```console
$ idea -l todo
```
For all possibilities:
```console
$ idea -h
```
## How-to:
1. Put the **idea** script with your other **bin**aries, or in a separate folder, but then don't forget to include that folder to your **PATH** variable (There are plenty of resources out there if you don't know how to do the latter)
2. Add execution rights to it: ```$ chmod u+x idea```
3. Rehash to use instantly: ```$ rehash```
## Notes :
* Not fully input proof, but no input should cause future usage-breaking behavior
* *Obviously* it only works in macOS and Linux distros, or any environment whos file system has '/' as a seperator and can run bash
* When recording an idea:
* A line is only recorded when enter/return is typed. Finish recording with CTRL+D
* On macOS CTRL+D is usally mapped as a shortcut, either remove that mapping or use CTRL+C instead to stop a recording