Ideas: Updated
This commit is contained in:
parent
ccf758a95b
commit
0523d93916
@ -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 calculater with an ephisis on using stepwise refinement
|
||||||
/* Write a number guessing game with an ephisis on using stepwise refinement -- completed*/
|
/* 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 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
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ It should ask a series of questions and create the file in the correct place
|
|||||||
|
|
||||||
Jekyll helper
|
Jekyll helper
|
||||||
|
|
||||||
Add or edit post?
|
Would you like to (a)dd or (e)dit a post?
|
||||||
If edit:
|
If edit:
|
||||||
grab all of the posts, put them into an array, print 10 at a time (newest first) with corresponding numbers (1-10)
|
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
|
let the user select a number to edit that post
|
||||||
|
Loading…
x
Reference in New Issue
Block a user