-
Updated
Sep 19, 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,851 public repositories matching this topic...
I'm not a fan of having my cat
-alike draw a full-blown table, but I would like to have some visible "end of file, beginning of next file" separation.
Unfortunately, --style=header,grid
still draws the horizontal lines as if they were part of a table, resulting in two lines where only one is necessary:

GenMarkdownTreeCustom has a way to a header (filePrepender
arg), however there is not a first class way to add a footer.
-
Updated
Sep 19, 2020 - JavaScript
I'm using Git submodules for managing my libraries and they are generally nested. For committing a parent repo I generally need to enter three submodules individually and then enter same or similar commit messages. Normally I was copying the commit message and apply all other remaining repos while using other GUI's. But Lazygit does not allow me to do it. Shift + Arrow does not work. Mouse drag ju
-
Updated
Sep 9, 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 18, 2020 - JavaScript
-
Updated
Sep 19, 2020 - TypeScript
-
Updated
Sep 18, 2020 - Go
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Sep 18, 2020
-
Updated
Sep 18, 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 20, 2020 - Python
-
Updated
Sep 20, 2020 - TypeScript
Command (mark with an
x
)