#
Command line 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 962 public repositories matching this topic...
ryanmjacobs / c
shell
bash
zsh
cli
cd
fzf
fuzzy-search
shell-extension
zplug
command-line-tool
shell-scripts
autojump
fasd
jump
z
command-line-interface
fzf-scripts
-
Updated
Aug 17, 2020 - Shell
Awesome tmux-based terminal divider
-
Updated
May 9, 2020 - Shell
Nmap on steroids. Simple CLI with the ability to run pure Nmap engine, 31 modules with 459 scan profiles.
linux
cli
command-line
service-discovery
hacking
nmap
port-scanner
network-discovery
kali-linux
blackarch
hacking-tool
nse
network-scanner
information-gathering
backbox
nmap-scripts
nsescript
kali-scripts
blackarch-packages
-
Updated
Nov 15, 2019 - Shell
Cloud Operations Platform
-
Updated
Jun 21, 2019 - Shell
-
Updated
Aug 29, 2020 - Shell
Take screenshot selection, upload to imgur. + more cool things
-
Updated
Aug 19, 2020 - Shell
Run command on rectangular screen regions
-
Updated
Apr 25, 2020 - Shell
Daily notes in the terminal 🐧
linux
shell
bash
cli
productivity
terminal
tools
notes
standup
shell-script
note-taking
standup-meetings
daily-notes
-
Updated
Jul 2, 2020 - Shell
Real-time stock tickers from the command-line.
-
Updated
Apr 7, 2020 - Shell
virgilwashere
commented
May 22, 2019
Add -h and -V options
Basic getopts version:
#-----------------------------------------------------------------------
# Handle command line arguments
#-----------------------------------------------------------------------
while getopts ":hV" opt
do
# shellcheck disable=SC2214
case "${opt}" in
h|help ) _usage; exit 0 ;;
V|version ) _version; A CLI tool for changing Slack's desktop app colors
-
Updated
Jan 14, 2020 - Shell
stefanmaric / g
Simple go version manager, gluten-free
go
macos
linux
bash
zsh
cli
fish
golang
environment
dependency-manager
portable
installer
version-manager
gluten-free
-
Updated
May 11, 2020 - Shell
An arctic, north-bluish clean and elegant GNOME Terminal color theme.
shell
theme
bash
zsh
cli
color
terminal
colorscheme
color-scheme
gnome
gnome-terminal
gnome-terminal-themes
color-theme
nord
-
Updated
Apr 27, 2020 - Shell
Self-hosted Wireguard Manager for CentOS, Debian, Ubuntu, Arch, Fedora, Redhat, Raspbian
linux
shell
cli
security
privacy
encryption
networking
self-hosted
censorship-circumvention
vpn
censorship
gfw
wireguard
road-warrior
vpn-setup
-
Updated
Sep 11, 2020 - Shell
Steps to reproduce
Run
asdf. In help output a line is printed for theasdf envcommand:I would assume
<command>is an arbitrary command. But from what I can tell needs to be a plugin name or a shim name? I'm also not sure how this differs from executing the shim directly.FY