-
Updated
Aug 31, 2020 - C++
command-line

Terminal is a serial computer interface for text entry and display. Instruction given to perform a task are called commands. Current computers (GUI based) uses terminal emulators such as Unix shell, BASH shell, command prompt.
Here are 4,600 public repositories matching this topic...
-
Updated
Aug 17, 2020 - JavaScript
-
Updated
Aug 31, 2020 - Shell
-
Updated
Aug 29, 2020 - Rust
-
Updated
Aug 31, 2020 - C#
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 30, 2020 - Go
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 26, 2020 - Go
-
Updated
Aug 31, 2020 - TypeScript
-
Updated
Aug 31, 2020 - JavaScript
-
Updated
Aug 31, 2020 - HTML
-
Updated
Aug 31, 2020 - C
-
Updated
Aug 28, 2020 - Go
Thanks a ton for any helpful feedback
I need help with getting best quality GIFs.
I am not used to CSS syntax so it would be amazing if you add a lot of example config.yml files. Also, try adding config.yml files for the GIFs you are displaying in your README.md. They look fantastic. I have spent hours trying to get perfect GIF but no luck.
I don't know what value to give for shadow
Add a changelog
As we attempt to pick up the release cadence, we are in need of an explicit changelog file which enumerates changes in each version. This should be a markdown or plaintext file adhering to some form of standardized format. Ideally, it will be able to work with #582.
-
Updated
Aug 31, 2020 - JavaScript
-
Updated
Aug 31, 2020 - Shell
-
Updated
Apr 3, 2020 - Shell
-
Updated
Aug 30, 2020 - C
-
Updated
Aug 7, 2020 - Go
-
Updated
Sep 1, 2020 - C++
-
Updated
Jun 9, 2020 - JavaScript
-
Updated
Aug 30, 2020 - Python
-
Updated
Aug 31, 2020 - Rust
-
Updated
Aug 19, 2020 - Python
-
Updated
Aug 17, 2020 - C++
-
Updated
Apr 11, 2020 - Python
An alias for
--decorations always
so I can pipe the decorations when doing something likebat FILE | gview -
. …but without the^M
's.