Skip to content
@command-line-interface-pages

Command Line Interface Pages

Command Line Interface (CLI), directory hierichy and config knowledgebase

About ℹ️

chat

Want to learn command syntax, hierarchy structure and command configs? Then this project is for you! Don't just copy-paste things, learn them. 😄

🔔 Note for programmers: all pages are written in a parsable way so it's possible to automatically extract some data from them to handle it.

Installation 😄

Via the following command you can install our page render:

temp="$(mktemp)"
wget -O "$temp" https://raw.githubusercontent.com/command-line-interface-pages/v2-tooling/main/clip-view/makefile
make -f "$temp" remote-install

To verify whether if successfully installed type clip-view --version.

Uninstallation 😞

All tools are being installed in the /home/$USER/.local/bin directory. So to remove them just run the rm command like rm /home/$USER/.local/bin/clip-view.

Expectations from the end user 📚

We assume that the end user is already familiar with some programming stuff. To be more precise we expect all page syntax to be understandable by default no matter what. When we encounter some repetitive problem we standardize a way to solve it. We don't handle each page specifically.

Contributions 🛠️

Each repository contains a link to its contributing guide (named CONTRIBUTING.md) where you can learn how to get started with writing your own pages, themes or tools.

Current goals 🏁

Current goals are listed in each repo separately like here.

Supported by 😍

tldr cheat cheatsheets eg

Pinned

  1. cli-pages cli-pages Public

    Command Line Interface (CLI) pages

    19 1

  2. syntax syntax Public

    Syntax definition and highlighting for different editors

    Emacs Lisp 1

  3. v2-tooling v2-tooling Public

    Tools for handling v2.*.* syntax

    Shell 4 2

  4. themes themes Public

    Themes

    3

Repositories

Showing 9 of 9 repositories

Top languages

Loading…

Most used topics

Loading…