diff --git a/ideas/ideas.txt b/ideas/ideas.txt index e35bde4..75d95ba 100644 --- a/ideas/ideas.txt +++ b/ideas/ideas.txt @@ -2,3 +2,19 @@ Write a program to replace podbeuter. (the target is the pyra. so arm) - Perhaps Write a calculater with an ephisis on using stepwise refinement /* Write a number guessing game with an ephisis on using stepwise refinement -- completed*/ Write a program that converts a file to html from a custom markdown. + +Write a terminal gui. It will have a manually edited config file that can also be edited from +the application itself. + + The config something will be something like this: + + variable={application_name: application_path} + + When the config is reloaded, it will add everything to a list of applications (think like desktopfiles... except just a list). + Perhaps this will use tmux (default) or screen + sorted by name + possibly allow other sort options + either use ncurses, or just number selections + allow to just open applications (just let the new app take over) + also allow to open with a new tmux window... something like this + diff --git a/ideas/jekyll_helper.txt b/ideas/jekyll_helper.txt index 0e40d73..ea4b406 100644 --- a/ideas/jekyll_helper.txt +++ b/ideas/jekyll_helper.txt @@ -6,7 +6,7 @@ It should ask a series of questions and create the file in the correct place Jekyll helper -Add or edit post? +Would you like to (a)dd or (e)dit a post? If edit: grab all of the posts, put them into an array, print 10 at a time (newest first) with corresponding numbers (1-10) let the user select a number to edit that post