Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.
/ Dovelop-AI Public archive

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).

Notifications You must be signed in to change notification settings

jaynopponep/Dovelop-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dovelop AI - A way for developers to get things done!

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!

Demo

dovelop

Purpose

How to setup

Make sure that Go is installed: https://go.dev/doc/install

MacOS

  1. Make sure you're in the dovelop-CLI directory
  2. Create the executable:
go build -o dovelop
  1. Move executable to bin:
sudo mv dovelop /usr/local/bin/
  1. Check the PATH:
export PATH=$PATH:/usr/local/bin
  1. Apply new changes:
source ~/.zshrc

Windows

  1. Make sure you're in the dovelop-CLI directory
  2. Create the executable:
go build -o dovelop.exe
  1. Make custom directory for the executable
mkdir C:\Users\{your-username}\bin
  1. Move executable to directory
move dovelop.exe C:\Users\{your-username}\bin
  1. 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

How to use:

Simply call dovelop in any directory to run the executable Go program:

$ dovelop

Use Cases

  • 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

Limitations (to be changed!)

Setting applications up can be tedious! Will be building bash scripting that can make the process easier for the user!

About

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).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages