Skip to content

8OX/QuickIdea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

READ ME

What is this?

This is a toy CLI project I made to quickly organize and write down my thoughts and ideas. Ideas can be organized into colors when prompted for a topic. I purposely related topics into colors as I previosly made a flowchart of ideas with each subfield relating to an arbitrary color. If this doesn't work for you, you can name the topic whatever you like. As emphasised, this is a toy project – just for fun! Roughly 80% of the code is just CLI aesthetics and a challenge to write my own command line cursor with read and clear bash commannds. Even though it's small, it's proven to be the one program I use daily because waiting for software like Evernote to load eats at my soul 1 milisecond at a time.

How do I use it?

  1. git clone https://github.com/8OX/QuickIdea.git

  2. Create a flowchart of ideas, interesting subject, or whatever you want and name it flowchart.jpg
    You can create a flowchart on www.diagrams.net

  3. (optional) color code subjects in your flowchat that fall in similar field, I.G. red = Javascript related ideas

  4. Place the flowchart in the main folder

  5. Run the program with python3 idea

  6. (optional) Create an alias in .bash_profile I.G: alias plan="cd ~; cd YOUR_PATH/; python3 quickidea.py"

About

CLI tool for jotting ideas down

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages