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.
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
.
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
.
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.
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 are listed in each repo separately like here.