A CLI application for developers to improve productivity by having an interactive AI-powered to do list conveniently at ones finger tips (with some typing). Dovelop AI also helps users understand how to take smaller steps to complete bigger things by using AI to break down big tasks into smaller ones!
Make sure that Go is installed: https://go.dev/doc/install
- Make sure you're in the dovelop-CLI directory
- Create the executable:
go build -o dovelop
- Move executable to bin:
sudo mv dovelop /usr/local/bin/
- Check the PATH:
export PATH=$PATH:/usr/local/bin
- Apply new changes:
source ~/.zshrc
- Make sure you're in the dovelop-CLI directory
- Create the executable:
go build -o dovelop.exe
- Make custom directory for the executable
mkdir C:\Users\{your-username}\bin
- Move executable to directory
move dovelop.exe C:\Users\{your-username}\bin
- Add directory to PATH manually
- Search for 'edit the system environment variables' or 'PATH'
- Click 'Environment Variables'
- Click 'Path' in User variables, then click Edit
- Create new environment variable, and insert the directory you made in step 4
Simply call dovelop in any directory to run the executable Go program:
$ dovelop
- Creating a new task for your to do list
- Deleting a task
- Editing a task/name of task
- View your to do list
- Prompt ChatGPT a suggestion on how to break down a task into three new and more concrete tasks
- Accept prompt above & replace the original task in your to-do list with the three new tasks
Setting applications up can be tedious! Will be building bash scripting that can make the process easier for the user!