-
Updated
Aug 7, 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 7,088 public repositories matching this topic...
-
Updated
Aug 7, 2022 - Markdown
-
Updated
Jul 1, 2022 - JavaScript
-
Updated
Aug 7, 2022 - C#
-
Updated
Aug 7, 2022 - Rust
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
Aug 7, 2022 - Go
Since fd 8.4, we show this error message:
▶ fd foo -X non-existent
[fd error]: Command not found: Command { inner: "non-existent" "./foo", remaining_argument_length: 2079626 }
which is confusing for the average user.
The reason for that is the usage of argmax::Command instead of std::process::Command. This should pro
-
Updated
Jul 18, 2022 - C++
-
Updated
Aug 1, 2022 - Go
-
Updated
Aug 4, 2022 - Markdown
-
Updated
Jul 24, 2022 - TypeScript
-
Updated
Aug 2, 2022 - Go
-
Updated
Aug 7, 2022 - C++
I am making a package where users need to do login by using oclif package.
The login functionality works fine in Linux OS and Mac OS where the user can do both backspaces and delete if user enters the wrong password but in Windows, it's totally the opposite in place of removing the wrong input it keeps on adding * when user press backspace and delete button please look into this
-
Updated
Aug 5, 2022 - Shell
-
Updated
Aug 4, 2022 - C
-
Updated
Aug 7, 2022 - C
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
Aug 1, 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
The dolt logo is inspired by a commit hash d01t.
It would be cool if we had an option to have a dolt initial commit be rerolled until the first four characters matched the following pattern:
- d, o l, t in order
- any uppercase or lowercase d, o, l, t
- 0 or 1 can replace l or t
I think this should be a hidden option not in the docs.
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.
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
-
Updated
Aug 2, 2022 - JavaScript
-
Updated
Aug 1, 2022 - Rust

Would it be possible for bat to read from the
hidden_file_extensionsproperty of.sublime-syntaxfiles in addition to thefile_extensionproperty? For some projects, file types are have a different extension than usual, such as XML in C# and VB.NET projects (.csprojand.vbprojare written in XML syntax). These less common extensions seem to be already listed in some.sublime-syntaxf