Compare commits

..

2 Commits

Author SHA1 Message Date
b25a5cde19 Add Bobfile 2025-04-11 19:18:11 +10:00
Maxwell Jeffress
aa91afacba Update da readme 2025-04-07 20:28:53 +10:00
2 changed files with 7 additions and 1 deletions

4
Bobfile Normal file
View File

@@ -0,0 +1,4 @@
compiler "g++";
binary "space";
source "src/main.cpp";
compile;

View File

@@ -16,9 +16,11 @@ If you need to change your directory, run `cd (directory)`. If you need to exit
If you would like to create a substitution, type `sub (string) (anotherstring)`. List all your substitutions with `listsubs`. By default, `ls` is substituted with `ls -l`. If you'd like to make your substitutions include extra command line arguments, write your arguments inside quotation marks.
Change environment variables with `set key value`. At present there is no way to access environment variables.
A file located at ~/.config/space/Spacefile is essentially a script that will run on startup. Add any commands or substitutions that you would like in this file. These will be run for you.
The path is hard-coded into the source code, change the vector on line 59 to add directories to your path.
The path is set with the $PATH environment variable.
The prompt is not able to be changed. Yes, I'm forcing my opinion on you.