-
Updated
Jun 12, 2021 - Python
Command line interface

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 23,052 public repositories matching this topic...
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
Jun 12, 2021 - Rust
🐞 Bug report
Command (mark with an x
)
- new
- build
- serve
- test
- e2e
- generate
- add
- update
- lint
- extract-i18n
- run
- config
- help
- version
- doc
Is this a regression?
Describe the bug
When I try to fork a repo and add a new remote, it doesn't add a new remote to my current repository.
gh version 1.4.0 (2020-12-17)
Expected vs actual behavior
I expect to see a fork remote added to my repository, but nothing is added.
Logs
❯ gh repo fork --clone=false --remote=true $(git remote get-url up)
- Forking someorg/somerepo...
GenMarkdownTreeCustom has a way to a header (filePrepender
arg), however there is not a first class way to add a footer.
Is your feature request related to a problem? Please describe.
I'm using a lot of markdown emoji in my commits message, but in lazygui, the emoji are not parsed.
Describe the solution you'd like
Replace all markdown emoji by it's Unicode equivalent in commits list.
EDIT:
I have found this file that can be useful
-
Updated
Jun 13, 2021 - JavaScript
- It took me a while to understand this error message. I thought it meant I didn't have Node 15 locally
- It'd be great to link all error messages to markdown files in the repo so that we can expand and improve them over time
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
Jun 4, 2021 - JavaScript
-
Updated
Jun 4, 2021 - TypeScript
-
Updated
Jun 11, 2021 - JavaScript
-
Updated
Jun 13, 2021 - Go
-
Updated
Jun 13, 2021
-
Updated
Jun 13, 2021 - TypeScript
-
Updated
Jun 8, 2021 - JavaScript
-
Updated
Jun 10, 2021 - C
...this boilerplate is awesome, thank you for sharing it guys
-
Updated
Jun 13, 2021 - C
Steps to reproduce
Run asdf
. In help output a line is printed for the asdf env
command:
asdf env <command> [executable] Prints or runs an executable under a command environment
I would assume <command>
is an arbitrary command. But from what I can tell needs to be a plugin name or a shim name? I'm also not sure how this differs from executing the shim directly.
FY
Organize tests
This is a meta issue to describe ongoing attention that should be devoted to tests. I don't want anyone to do this in a single commit or even a single PR, it's something that anyone can pick up one file, or even one part of a file, at a time. The later tasks about reorganizing will be easier once the earlier tasks are done, but will still require a good amount of familiarity and planning.
The t
Hello there,
according to the documentation,
bat
is only available for Debian sid.Here is how I installed it successfully on Debian 10 / stable:
sudo apt install ./bat-musl_0.18.1_amd64.deb
i