-
Updated
Jul 21, 2021 - C++
command-line

Terminal is a serial computer interface for text entry and display. Instruction given to perform a task are called commands. Current computers (GUI based) uses terminal emulators such as Unix shell, BASH shell, command prompt.
Here are 5,556 public repositories matching this topic...
-
Updated
Jul 16, 2021 - JavaScript
-
Updated
Jul 21, 2021 - Markdown
-
Updated
Jul 21, 2021 - C#
Hi, I've found the following cheatsheet :
In the README you explain that there must be an edit button in the page and a github button to access the sheet but as you can see it doesn't appear here.
Thx ;)
-
Updated
Jul 21, 2021 - Rust
GenMarkdownTreeCustom has a way to a header (filePrepender
arg), however there is not a first class way to add a footer.
It's always a good idea to work on documentation. I think it would also be good to restructure the README:
- Add a quick link section at the top of the readme (see https://github.com/sharkdp/bat)
- Extend the tutorial (rename "How to use"?)
- Move the "Parallel command execution" section inside the "How to use" section). See also: #605
- Move "Installation" section below the
-
Updated
Jul 21, 2021 - Go
-
Updated
Jul 19, 2021 - TypeScript
-
Updated
Jul 16, 2021 - HTML
-
Updated
Jul 7, 2021 - Go
-
Updated
Jul 21, 2021 - JavaScript
-
Updated
Jul 19, 2021 - C++
-
Updated
Jun 29, 2021 - C
-
Updated
Jul 19, 2021 - Shell
-
Updated
Jul 21, 2021 - C
-
Updated
Jul 19, 2021 - JavaScript
-
Updated
Jul 1, 2021 - Go
Thanks a ton for any helpful feedback
I need help with getting best quality GIFs.
I am not used to CSS syntax so it would be amazing if you add a lot of example config.yml files. Also, try adding config.yml files for the GIFs you are displaying in your README.md. They look fantastic. I have spent hours trying to get perfect GIF but no luck.
I don't know what value to give for shadow
I have another command line tool that uses hs
to run commands, but there is a conflict between that tool and http-server, which appears to be installed along with Node.js. Is there any way to remove or disable the hs
alias directive as shown on https://github.com/http-party/http-server/blob/db66b17e28105d4fd6d41913cd5a7cbe7ba1528f/package.json#L82
-
Updated
Dec 13, 2020 - Shell
-
Updated
Jul 12, 2021 - Rust
-
Updated
Jan 19, 2021 - Go
-
Updated
Jun 26, 2021 - Python
The "user" and "system" time should be reported in the same unit as mean, stddev, min and max. They should also follow --time-unit
, if specified.
Example 1:
▶ hyperfine --runs 2 'stress --cpu 1 --timeout 1'
Benchmark 1: stress --cpu 1 --timeout 1
Time (mean ± σ): 1.002 s ± 0.002 s [User: 993.7 ms, System: 1.0 ms]
Range (min … max): 1.000 s … 1.003 s 2 runs
-
Updated
Jul 21, 2021 - JavaScript
Follow the same route as for the fish/zsh completions in
.github/workflows/CICD.yml
.