-
Updated
Feb 13, 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,361 public repositories matching this topic...
-
Updated
Feb 13, 2022 - Markdown
-
Updated
Feb 9, 2022 - JavaScript
-
Updated
Feb 12, 2022 - C#
-
Updated
Feb 11, 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 ;)
GenMarkdownTreeCustom has a way to a header (filePrepender
arg), however there is not a first class way to add a footer.
It is definitely not clear in the man pages that fd
uses regular expression search as its default. That ought to be specified in the DESCRIPTION section of fd
's man page.
-
Updated
Feb 11, 2022 - Go
-
Updated
Feb 7, 2022 - Markdown
-
Updated
Feb 11, 2022 - TypeScript
-
Updated
Feb 4, 2022 - Go
-
Updated
Feb 13, 2022 - C++
-
Updated
Feb 12, 2022 - JavaScript
-
Updated
Feb 11, 2022 - C
-
Updated
Feb 13, 2022 - Shell
-
Updated
Feb 13, 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
Jan 31, 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
-
Updated
Feb 13, 2022 - Rust
-
Updated
Feb 11, 2022 - Rust
Dolt currently errors out on the creation of an index that has the same columns, in the same order, as another index. This is a problem for compatibility, as this is allowed by MySQL and required by naïve conversion from other database formats such as Postgres, which treat UNIQUE
as a constraint rather than an index type, as MySQL does.
Work items:
- Remove this constraint, e.g. https://g
-
Updated
Feb 7, 2022 - JavaScript
-
Updated
Oct 16, 2021 - Shell
-
Updated
Feb 6, 2022 - Go
Describe the bug you encountered:
If you use bat on C# source files (.cs, .xaml and others), a space appears in the first line. This is due to byte order mark (BOM)
Maybe reproduced for others files on Windows systems
https://en.wikipedia.org/wiki/Byte_order_mark#Byte_order_marks_by_encoding
Sample file with BOM:
[Program.cs.txt](https://github.com/sharkdp/bat/files/7420061/Program