-
Updated
Oct 25, 2020 - 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 19,536 public repositories matching this topic...
Hey, I am really enjoying bat for peeking at everything, but here is one little pet peeve I recently encountered:
I only want line numbers when the auto-pagination sets in. Beforehand, the files are so small that it doesn't matter, and having no numbers makes copying much easier. But in the pager, they are super useful!
I tried to create a workaround by using bat as a pager for itself, but s
-
Updated
Oct 23, 2020 - 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 ;)
CLI Feedback
As mentioned in the title, please make the error message more useful, like, instead of:
requires at least 1 arg(s), only received 0
...you can use:
cannot clone: no repository name given
Obviously, the above message can be changed. Its just an example
What have you loved?
The overall functionality of the gh cli that helped me to do everythi
GenMarkdownTreeCustom has a way to a header (filePrepender arg), however there is not a first class way to add a footer.
-
Updated
Oct 20, 2020 - JavaScript
Hello,
In the two menus containing "destructive" actions (d and D) can we have the "cancel" item first in the list? That way one doesn't accidentally hit enter and nuke their tree. Especially important since when you select one of those destructive actions there is not an "are you sure?" box that pops up. I think that the best solution which will keep the UI streamlined but make it a tad
-
Updated
Oct 26, 2020 - Python
Describe the bug you encountered:
Though the folder has few files without extension, but the following command returns nothing.
$ fd -t f -e ''
Describe what you expected to happen:
I expected to have a output ~similar to the output of find . -type f ! -name "*.*"
What version of fd are you using?
fd 8.1.1
Which operating system / distribution are you on?
-
Updated
Oct 3, 2020 - JavaScript
-
Updated
Oct 22, 2020 - TypeScript
-
Updated
Oct 17, 2020 - JavaScript
-
Updated
Oct 22, 2020 - Go
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Oct 21, 2020
-
Updated
Oct 27, 2020 - C
...this boilerplate is awesome, thank you for sharing it guys
-
Updated
Oct 27, 2020 - TypeScript
Expected Behavior
Since I set case_sensitive to False, I would expect shell completions to search without case sensitivity.
import click
from click._bashcomplete import get_choices
options = ['Paul', 'Simon', 'Art', 'Garfunkel']
@click.command()
@click.option('--opt', type=click.Choice(options))
def demo():
pass
completions = list(get_choices(demo, 'dummy', ['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)' fromPairsBut 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 soSearch backwards
-
Updated
Oct 27, 2020 - Python



Command (mark with an
x)