commandline-interface
Before there were graphical user interfaces, command-line interfaces were used to issue commands to a computer. Programs that handle the user interface are called command language interpreters, often known as a shell. A CLI may give a user more control over the computer and programs they wish to execute.
Here are 136 public repositories matching this topic...
-
Updated
Mar 23, 2018 - JavaScript
Make SoCLI a fully interactive stack overflow command line homepage browser.
- Display the questions on the page: http://stackoverflow.com/
- Ability to filter questions based on
- Featured : http://stackoverflow.com/?tab=featured
- Hot : http://stackoverflow.com/?tab=hot
- Week : http://stackoverflow.com/?tab=week
- Month : http://stackoverflow.com/?t
Not sure if this is the right place for this bug report, because I think this is actually a missing feature in the API, but I can't find a repository for that.
With hcloud server list --output json
, I can get a list of my servers in JSON format. This'll provide the server type's disk size as .server_type.disk
:
martin@martin ~ % cat
-
Updated
Jun 21, 2018 - Shell
-
Updated
Jun 4, 2020 - Rust
Additional examples should be developed to demonstrate a wider breadth of py_cui
supported features.
-
Updated
Dec 20, 2018 - Python
-
Updated
Aug 20, 2019 - C
-
Updated
Nov 12, 2019 - Python
-
Updated
Jun 17, 2020 - JavaScript
-
Updated
Oct 2, 2018 - Go
-
Updated
Jul 9, 2018 - Haskell
-
Updated
May 1, 2020 - JavaScript
-
Updated
Oct 18, 2018 - Python
Gallery
wget-demo
app
demo
app
man page
# generate man pages to `./man1`
mkdir man1 && bin/demo gen man
# move them to system location:
mv ./
-
Updated
Mar 28, 2020 - Python
-
Updated
Jun 3, 2020 - Python
-
Updated
Apr 8, 2020 - Shell
-
Updated
Apr 9, 2018 - Python
-
Updated
Feb 22, 2018 - Go
-
Updated
May 19, 2018 - ATS
-
Updated
Jun 9, 2020 - Python
-
Updated
Nov 3, 2017 - C
If a "given flag" check is done inside a definition it is not possible to document this piece of code and therefore there is no help available. Example:
FluentArgsBuilder.New()
.DefaultConfigsWithAppDescription("This tool can be used to query minimum daily prices from skyscanner.")
.Given.Flag("-a", "--airports").Then(ListAirports)
-
Updated
Sep 10, 2019 - Python
-
Updated
Jul 15, 2018 - Jupyter Notebook
I have some notes that I'm hosting locally with grip for easy access. In these notes I have some
.sh
files linked. If I click the links invscode
it opens them up and displays them as I originally wrote them.The only issue with
grip
is that when I open them, they have no whitespace or newlines where the original scripts have it. It's basically all one long, wrapped line.Possi