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 1,035 public repositories matching this topic...
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
-
Updated
Oct 19, 2020 - Rust
I see a lot of fd users that seem to think that they need to add "{}" to all commands. Some users also seem to think that the closing semicolon (which needs to be escaped) \; is required:
fd … -x command "{}" \;
In reality, 90% of the --exec use cases can be written without the "{}" part (which fd adds, if it is ommitted) because the file entry often comes last. The semic
An interactive cheatsheet tool for the command-line and application launchers
-
Updated
Oct 15, 2020 - Rust
It would be neat if you could change the color of the text that shows when the progress bar covers it without changing the background. My motivation is that I enjoy the black background but the default color can be hard to read on dark progress bar colors.
<img width="1423" alt="Screen Shot 2020-06-06 at 11 50 41 AM" src="https://user-images.githubusercontent.com/16331012/83952212-14b8d780-
A fast CSV command line toolkit written in Rust.
-
Updated
Sep 28, 2020 - Rust
Output improvements
A few ideas from tdulcet/Benchmarking-Tool#1:
- Show the actual exit code if a command fails and
-i,--ignore-failureis not set - Think about adding the median runtime between min and max. This would be easy to implement, but I don't really like that the output width becomes even larger. Open for ideas.
It would be useful to be able to toggle/flag into a process-level mode to group by pid and display more process-level information like the full command line.
- For the "Utilization by process name" window, we could group by pid rather than process name so that it's easier to find specific heavy network resource consumers.
- For the "Utilization by connection" window, including the pid + cmdlin
-
Updated
Oct 16, 2020 - Rust
Add a new command-line flag --ascii that takes a shell command as input value and renders its output where the ASCII logo is normally displayed, something like:
onefetch --ascii "$(uname-a)" or onefetch --ascii "$(cat main.py)"
Support for HolyC
Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions
-
Updated
Oct 5, 2020 - Rust
Retry API requests
An idiomatic, lean, fast & safe pure Rust implementation of Git
-
Updated
Oct 19, 2020 - Rust
A command-line tool and library for generating regular expressions from user-provided test cases
-
Updated
Sep 3, 2020 - Rust
The "Command Line Interactive Controller for Kubernetes"
-
Updated
Aug 24, 2020 - Rust
-
Updated
Oct 19, 2020 - Rust
Yet another cross-platform graphical process/system monitor.
-
Updated
Oct 18, 2020 - Rust
I mean it would be handy for phones to access. Maybe a QR-code in the HTML page as well?
Simple terminal image viewer written in Rust.
-
Updated
Oct 11, 2020 - Rust
Like du's -x option: File system mount points are not traversed.. This would be useful for scanning / and ignoring external drives.
A simple, secure and modern encryption tool (and Rust library) with small explicit keys, no config options, and UNIX-style composability.
-
Updated
Oct 20, 2020 - Rust
Maybe I were doing it wrong.
The computed directory is my clippy build.
% /usr/bin/du -sch
4.5G .
4.5G total
% diskus
4.73 GB (4,727,521,280 bytes)
% hyperfine diskus '/usr/bin/du -sch'
Benchmark #1: diskus
Time (mean ± σ): 115.8 ms ± 28.6 ms [User: 2.601 s, System: 0.592 s]
Range (min … max): 69.1 ms … 156.9 ms 19 runs
Benchmark #2: /usr/bin/du -scA CLI development tool for WebSocket APIs
-
Updated
Nov 6, 2018 - Rust



With all the recent news about Hacktoberfest I thought it would be a good idea to point out good beginner issues that would be actually helpful for
bat. In the past years, I have actually experienced Hacktoberfest as a really great event - both as a contributor as well as a maintainer.As of recently,
bathas a set of syntax highlighting regress