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 27,385 public repositories matching this topic...
-
Updated
Feb 5, 2022 - Python
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
-
Updated
Feb 5, 2022 - Python
-
Updated
Jan 19, 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 ;)
Describe the bug
gh repo edit
offers several flags --enable-issues
, --enable-*
, but does not explain how to use those flags to disable those features. Same as #2901 but for gh repo edit
Steps to reproduce the behavior
- Type this
gh repo edit --help
- The output does not explain how to set
--enable-issues
to false. (Same for other--enable-*
) - Confusion
Opening files in unstaged pane - filename includes linenumber, which causes opening files to fail
Describe the bug
Configuring a customer "opencommand" works, but when opening the file in the "unstaged changes" pae the filename parameter seem to be of a different format than what is used other places - it is of the form :, instead of just . Using pycharm to open that format fails, because it is interpreting the colon and number as part of the filename.
My con
Cannot read property 'properties' of undefined when adding a lazy loaded module with ng generate
🐞 Bug report
Command (mark with an x
)
- new
- build
- serve
- test
- e2e
- generate
- add
- update
- lint
- extract-i18n
- run
- config
- help
- version
- doc
Description
While attempting to find the
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 5, 2022 - TypeScript
-
Updated
Jan 30, 2022 - JavaScript
-
Updated
Nov 26, 2021 - JavaScript
-
Updated
Feb 5, 2022 - TypeScript
-
Updated
Feb 4, 2022 - Go
-
Updated
Feb 4, 2022 - JavaScript
-
Updated
Jan 24, 2022
-
Updated
Feb 1, 2022 - C
-
Updated
Jan 21, 2022 - JavaScript
I may be reading it completely wrong, but the current way the Screen component decides whether to use a scrollview or not is to check isNonScrolling(preset)
The code:
export function isNonScrolling(preset?: ScreenPresets) {
// any of these things will make you scroll
return !preset || !presets[preset] || preset === "fixed"
}
The comment "Any of these things will make yo
-
Updated
Feb 5, 2022 - C
Currently, each argument to fx treated as an anonymous function. Here is an example:
fx 'groupBy("commit.author.name")' 'mapValues(size)' toPairs 'sortBy(1)' reverse 'take(10)' fromPairs
But this requires a lot of '
quotes. My idea is to split the argument by whitespaces
. So next will be possible to write:
fx 'groupBy("commit.author.name") mapValues(size) toPairs so
Many systems don't link
python
topython3
. Debian even maintains it's wrong for their packages to expectpython
to work: