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 Loading

  1. cli-pages cli-pages Public

    Command Line Interface (CLI) pages

    23 1

  2. syntax syntax Public

    Syntax definition and highlighting for different editors

    Emacs Lisp 3

  3. v2-tooling v2-tooling Public

    Tools for handling v2.*.* syntax

    Shell 5 2

  4. themes themes Public

    Themes

    4

Repositories

Showing 9 of 9 repositories
  • .github Public

    Important notes for this project.

    command-line-interface-pages/.github’s past year of commit activity
    0 0 0 0 Updated Sep 2, 2023
  • v2-tooling Public

    Tools for handling v2.*.* syntax

    command-line-interface-pages/v2-tooling’s past year of commit activity
    Shell 5 2 11 0 Updated Apr 16, 2023
  • site.github.io Public

    An organization site

    command-line-interface-pages/site.github.io’s past year of commit activity
    HTML 2 GPL-3.0 0 4 (1 issue needs help) 0 Updated Apr 16, 2023
  • syntax Public

    Syntax definition and highlighting for different editors

    command-line-interface-pages/syntax’s past year of commit activity
    Emacs Lisp 3 0 12 (1 issue needs help) 1 Updated Apr 16, 2023
  • cli-pages Public

    Command Line Interface (CLI) pages

    command-line-interface-pages/cli-pages’s past year of commit activity
    23 1 10 1 Updated Apr 13, 2023
  • yaml-json-schemas Public

    JSON schemas for YAML configs

    command-line-interface-pages/yaml-json-schemas’s past year of commit activity
    2 0 3 1 Updated Apr 13, 2023
  • themes Public

    Themes

    command-line-interface-pages/themes’s past year of commit activity
    4 0 3 0 Updated Apr 5, 2023
  • directory-pages Public

    Directory pages

    command-line-interface-pages/directory-pages’s past year of commit activity
    5 0 0 0 Updated Feb 23, 2023
  • snippets Public

    Snippets for different editors.

    command-line-interface-pages/snippets’s past year of commit activity
    YASnippet 4 0 0 0 Updated Jan 25, 2023

Top languages

Loading…

Most used topics

Loading…