-
Updated
May 15, 2022 - C++
command-line
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 6,693 public repositories matching this topic...
-
Updated
May 15, 2022 - Markdown
-
Updated
May 15, 2022 - C#
-
Updated
May 11, 2022 - Rust
(As discussed in #885,) the current benchmark suite has a few shortcomings.
The most obvious one is that there is no standardized dataset. Past ideas involved using large Git repositories (Linux, Chromium, Rust compiler), but these repositories change over time. We can not simply check out a certain state because the .git folder will still grow. It'
-
Updated
May 15, 2022 - Go
-
Updated
May 6, 2022 - Markdown
-
Updated
May 1, 2022 - TypeScript
-
Updated
May 14, 2022 - Go
-
Updated
May 15, 2022 - C++
now every questions are optional, there is no way to define it demand.
suggestion: add demandOption config, if user select nothing or just press enter, exit error or auto load question to retry.
options = {
things: {
message: 'What do you want to do?',
type: 'checkbox',
choices: ['Order a pizza', 'Make a reservation', 'Bug rate', 'Security'],
demandOption: true,
-
Updated
May 12, 2022 - Shell
Plenty of people make use of pnpm for their projects, and it would not be a hard feature to implement so I don't think that it would be a bad idea to add a flag to use pnpm as the package manager, just as there is one already for yarn.
-
Updated
Apr 26, 2022 - 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
This is a feature request, to display the valid SSL name (from the certificate) when starting up the server.
Steps to reproduce the issue, if applicable. Include the actual command and output and/or stack trace.
$ http-server -S
Starting up http-server, serving ./ through https
Available on:
https://127.0.0.1:8080
https://192.168.77.123:8080**What did you exp
It would be helpful to see the elapsed time on the initial time measurement.
Right now, I have a very long running benchmark subject sitting at "Initial time measurement" and "ETA 00:00:00"; I'd love to see the elapsed time ticking at least in this case, e.g. as " AT 00:10:23", indicating that hyperfine is 10 minutes 23 seconds into the initial run.
-
Updated
May 15, 2022 - Rust
-
Updated
May 15, 2022 - JavaScript
-
Updated
May 1, 2022 - Go
-
Updated
Jan 12, 2022 - JavaScript
-
Updated
May 14, 2022 - Rust
-
Updated
Apr 13, 2022 - Rust
-
Updated
Jan 12, 2022 - JavaScript
-
Updated
May 10, 2022 - C#

Describe the bug you encountered:
The options
--map-syntaxand--ignored-suffixcannot work together.How to reproduce it:
Prepare a file
foo.demoin YAML syntax:Use
bat --map-syntax "*.demo:YAML" foo.democan print it with YAML syntax highlighting:bat foo.demo \ --map-syntax "