-
Updated
Aug 24, 2021 - 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 5,698 public repositories matching this topic...
-
Updated
Aug 19, 2021 - JavaScript
-
Updated
Aug 24, 2021 - Markdown
-
Updated
Aug 24, 2021 - C#
-
Updated
Aug 14, 2021 - 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.
My problem is that I use my home directory as a git repo to manage my dotfiles, so there is a ~/.gitignore
that ignores everything except some files. The problem is fd
won't work by default at this situation. Although there is a --no-ignore-vcs
, but I still want .gitignore
to be respected when I am in a project directory.
Ripgrep has a flag --no-ignore-parent
that can ignore `.gitigno
-
Updated
Aug 21, 2021 - Go
-
Updated
Jul 24, 2021 - TypeScript
-
Updated
Aug 23, 2021 - HTML
-
Updated
Aug 20, 2021 - Go
-
Updated
Aug 24, 2021 - C++
-
Updated
Aug 20, 2021 - JavaScript
-
Updated
Aug 15, 2021 - C
-
Updated
Aug 21, 2021 - Shell
-
Updated
Aug 24, 2021 - C
-
Updated
Aug 17, 2021 - JavaScript
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
-
Updated
Jul 27, 2021 - Go
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
Dec 13, 2020 - Shell
-
Updated
Aug 24, 2021 - Rust
-
Updated
Jan 19, 2021 - Go
-
Updated
Aug 12, 2021 - Python
It seems that --shell
needs to be a single word -- which makes it impossible, amongst others, to test busybox sh
or zsh --emulate sh
or bash --posix
.
Sure, for busybox you can symlink, and for zsh / bash, I suppose you can create a stub script (or small C wrapper) that exec's
the real shell with prepended options. But of course that perturbs the measurement.
It might make sense
-
Updated
Jul 21, 2021 - JavaScript
Follow the same route as for the fish/zsh completions in
.github/workflows/CICD.yml
.