Skip to content
/ ShortAs Public

This application is alias Management Tool with Advanced Graphical User Interface. It helps Linux Users to manage terminal alias easily and securely.

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.txt
Notifications You must be signed in to change notification settings

cektor/ShortAs

Repository files navigation

made in TR

ShortAs

This application is alias Management Tool with Advanced Graphical User Interface. It helps Linux Users to manage terminal alias easily and securely..

ShortAs Logo

SEFIDE Logo


Linux Dark Screenshot

Linux(pardus_dark)

Linux Light Screenshot

Linux(pardus_light)


Install Git Clone and Python3

Github Package Must Be Installed On Your Device.

git

sudo apt install git -y

Python3

sudo apt install python3 -y 

pip

sudo apt install python3-pip

Required Libraries

PyQt5

pip install PyQt5

PyQt5-sip

pip install PyQt5 PyQt5-sip

PyQt5-tools

pip install PyQt5-tools

Required Libraries for Debian/Ubuntu

sudo apt-get install python3-pyqt5
sudo apt-get install qttools5-dev-tools

Installation

Install ShortAs

sudo git clone https://github.com/cektor/ShortAs.git
cd ShortAs
python3 shortas.py

To compile

NOTE: For Compilation Process pyinstaller must be installed. To Install If Not Installed.

pip install pyinstaller

Linux Terminal

pytohn3 -m pyinstaller --onefile --windowed shortas.py

MacOS VSCode Terminal

pyinstaller --onefile --noconsole shortas.py

To install directly on Linux

Linux (based debian) Terminal: Linux (debian based distributions) To install directly from Terminal.

wget -O Setup_Linux64.deb https://github.com/cektor/ShortAs/releases/download/1.00/Setup_Linux64.deb && sudo apt install ./Setup_Linux64.deb && sudo apt-get install -f -y

Release Page: https://github.com/cektor/ShortAs/releases/tag/1.00


About

This application is alias Management Tool with Advanced Graphical User Interface. It helps Linux Users to manage terminal alias easily and securely.

Topics

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published

Languages