This is an Command line(Terminal) like application which builds on top of the current terminal installed in the system but bring more features with it
Requirements
- python 3 and above
First we'll have to get all the necessary packages using
pip install -r requirements.txtwe then configure the application using
python3 configure.pyafter successfully configuration, we can then use the app
python3 ecstacy.pythe application is best viewed on a terminal with a dark theme. If the application doesn't automatically change the terminal window theme you can opt to set it
The terminal contains 2 modes
-
shell mode
-
default mode
The shell mode enables on to execute system commands. Can be entered using the command :-
shellIt also called the ecstacy mode. This mode is the default mode that enables one to execute the installed commands or custom made commands. To change to this mode, you can execute :-
ecstacy