Updated to be Python3 Based

This commit is contained in:
2020-04-18 14:46:19 -05:00
parent faf287f57b
commit dfe7b2bb63
18 changed files with 938 additions and 20 deletions

30
old-bash-ver/README.md Normal file
View File

@@ -0,0 +1,30 @@
# Shellmen
Shellmen is short for ShellMenu and is intended to be a functional menu for terminals. Rather than needing a full GUI menu for your programs you can view and launch your programs through Shellmen. This is great for systems that don't have panel menus or for systems that have a poorly organized right-click menu.
# NOTE
This is the old and depricated bash version. It never really functioned to uts full potential. Please use the Python 3 version up a directory...
# To Install
To install automatically please run the install.sh file and select option 2.
You will need to make it exacutable.
<br/>
To Install manually:
<pre>
sudo cp shellMen.sh /bin/
sudo chown root:root /bin/shellMen
sudo chmod 744 /bin/shellMen
</pre>
# To Uninstall
To uninstall automatically please run the install.sh file and select option 2.
<br/>
To Uninstall manually:
<pre>
sudo rm /bin/shellMen
</pre>
# License
You should have received a copy of the GNU General Public License along with this program.
<br/>If not, see <http://www.gnu.org/licenses/>.
# Images
![1 Root Menu View](images/pic1.png)
![2 Sub Menu View](images/pic2.png)