Skip to content

SimonSchubert/LinuxCommandLibrary

Repository files navigation

Linux Command Library (Mobile+CLI+Web)

Icon

The app currently has 5547 manual pages, 22+ basic categories and a bunch of general terminal tips. It works 100% offline, doesn't need an internet connection and has no tracking software.

Play Store F-Droid

https://linuxcommandlibrary.com

Mobile screenshots

CLI screenshot

Execute gradle :cli:buildJar to create jar file for Linux, Windows and Mac.

Content

Categories

One-liners, System information, System control, Users & Groups, Files & Folders, Input, Printing, JSON, Network, Search & Find, GIT, SSH, Video & Audio, Package manager, Hacking tools, Terminal games, Crypto currencies, VIM Texteditor, Emacs Texteditor, Nano Texteditor, Pico Texteditor, Micro Texteditor

Tips

Clear and reset the terminal, List of recent commands, Close a frozen window/application, Tab Completion, Temporary aliases, Permanent aliases, Chain commands, Command syntax, Cursor navigation, Redirection, Special characters in commands, View file permissions, Modify file permissions, Set file permissions via binary references

CI/CD

Github Action to automatically create a new Github release with APK and JAR and upload an AAB to the Play Store.

Tests

Android Jetpack Compose screen tests: ComposeTests.kt

Android Jetpack Compose deeplinking tests: ComposeDeeplinkTests.kt

Common code unit tests: CommonTests.kt

Licensing

The source code is licensed under the Apache 2.0 license and the copyright of the man pages in the database.db file are copyrighted by their respective authors.

Thanks to

http://letsgokoyo.com - App Icon

https://www.commandlinefu.com - Lots of one-liners

https://icons8.com - Icons

https://tldr.sh - TLDR