2015-04-14 00:34:14 +00:00
# Shellmen
2018-01-23 20:10:59 +00:00
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.
2018-01-23 20:05:11 +00:00
# To Install
2018-01-23 20:13:18 +00:00
To install automatically please run the install.sh file and select option 2.
2018-01-23 20:05:11 +00:00
You will need to make it exacutable.
2018-01-23 20:13:47 +00:00
< br / >
2018-01-23 20:05:11 +00:00
To Install manually:
2018-01-23 20:06:05 +00:00
< pre >
2018-01-23 20:05:11 +00:00
sudo cp shellMen.sh /bin/
sudo chown root:root /bin/shellMen
2018-01-23 20:08:20 +00:00
sudo chmod 744 /bin/shellMen
2018-01-23 20:05:11 +00:00
< / pre >
# To Uninstall
2018-01-23 20:14:13 +00:00
To uninstall automatically please run the install.sh file and select option 2.
2018-01-23 20:13:18 +00:00
< br / >
2018-01-23 20:14:13 +00:00
To Uninstall manually:
2018-01-23 20:05:11 +00:00
< pre >
sudo rm /bin/shellMen
< / pre >
# License
2018-01-23 20:09:50 +00:00
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 / > .