-
Updated
Aug 22, 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 18,690 public repositories matching this topic...
An alias for --decorations always
so I can pipe the decorations when doing something like bat FILE | gview -
. …but without the ^M
's.
-
Updated
Sep 2, 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 ;)
GenMarkdownTreeCustom has a way to a header (filePrepender
arg), however there is not a first class way to add a footer.
-
Updated
Sep 5, 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
Jul 12, 2020 - JavaScript
For fd's time options consider adding these two tweaks
--newer
and--older
visible clap aliases- default the time component to
00:00:00
when only a date is given
which would turn this verbose incantation
$ fd -t f --change-newer-than '
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Sep 2, 2020 - TypeScript
-
Updated
Aug 26, 2020 - Go
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Sep 2, 2020
-
Updated
Sep 5, 2020 - C
...this boilerplate is awesome, thank you for sharing it guys
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
Search backwards
-
Updated
Sep 4, 2020 - Python
-
Updated
Aug 27, 2020 - TypeScript
Command (mark with an
x
)