-
Updated
Aug 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,465 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
Aug 20, 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 ;)
-
Updated
Aug 21, 2020 - JavaScript
-
Updated
Jul 12, 2020 - JavaScript
I see a lot of fd users that seem to think that they need to add "{}" to all commands. Some users also seem to think that the closing semicolon (which needs to be escaped) \; is required:
fd … -x command "{}" \;
In reality, 90% of the --exec use cases can be written without the "{}" part (which fd adds, if it is ommitted) because the file entry often comes last. The semic
-
Updated
Aug 13, 2020 - JavaScript
-
Updated
Aug 17, 2020 - Go
-
Updated
Aug 18, 2020 - TypeScript
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Aug 7, 2020
-
Updated
Aug 19, 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)' 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
Aug 15, 2020 - Python
-
Updated
Aug 14, 2020 - TypeScript

Command (mark with an
x)