diff --git a/README.md b/README.md index db09a49..11ccc54 100644 --- a/README.md +++ b/README.md @@ -12,15 +12,21 @@ A visual helper tool for GNU/Linux. Made with love. * Modify your aliases * Search and kill processes * List environment variables +* View system logs +* View driver messages +* View network interface messages +* Search for installed packages / uninstall them +* Search for available packages in apt cache -New features involve (as of Feb 15, 2018): +New features involve (as of March 1st, 2018): -* File browsing -* Visualize recent CPU and Memory activity -* SSHing into networks -* Listing activeTCP/UDP sockets +* View system logs +* View driver messages +* View network interface messages +* Search for installed packages / uninstall them +* Search for available packages in apt cache -## Download Stable Release 0.4 using Debian/Ubuntu PPA: +## Download Stable Release 0.8 using Debian/Ubuntu PPA: https://launchpad.net/~mozcelikors/+archive/ubuntu/yakala ```bash sudo add-apt-repository ppa:mozcelikors/yakala @@ -43,6 +49,10 @@ cd yakala && sudo ./install.sh ![alt text](https://raw.githubusercontent.com/mozcelikors/yakala/master/docs/img/peek2.gif) +### System Logs: + +![alt text](https://raw.githubusercontent.com/mozcelikors/yakala/master/docs/img/systemlogs.gif) + ### Network: ![alt text](https://raw.githubusercontent.com/mozcelikors/yakala/master/docs/img/peekx2.gif) @@ -55,6 +65,10 @@ cd yakala && sudo ./install.sh ![alt text](https://raw.githubusercontent.com/mozcelikors/yakala/master/docs/img/peekx4.gif) +### Installed package Searching, Package cache searching + +![alt text](https://raw.githubusercontent.com/mozcelikors/yakala/master/docs/img/aptcache.gif) + ## Running diff --git a/docs/img/aptcache.gif b/docs/img/aptcache.gif new file mode 100644 index 0000000..1a1eec2 Binary files /dev/null and b/docs/img/aptcache.gif differ diff --git a/docs/img/systemlogs.gif b/docs/img/systemlogs.gif new file mode 100644 index 0000000..f8dad1c Binary files /dev/null and b/docs/img/systemlogs.gif differ