-
Updated
Jun 2, 2021 - JavaScript
command-line-tool
Here are 3,950 public repositories matching this topic...
-
Updated
Jun 2, 2021 - Rust
-
Updated
Jun 4, 2021 - C
-
Updated
May 8, 2021 - Python
-
Updated
Jan 19, 2021 - Go
-
Updated
May 31, 2021 - Python
-
Updated
Jun 1, 2021 - Python
-
Updated
Jun 6, 2021 - JavaScript
-
Updated
Jun 7, 2021 - Java
-
Updated
Jun 4, 2021 - Rust
new quit key binding
Since this comes up so often my plan is to introduce a new quit_app
key-binding that only reacts if no popup is open.
For reference: #770 , #766
this means:
- in popups there is still
exit_popup
(ESC) to close it which allows closing text input popups that otherwise collide withq
-key - we still have
exit
(CTRL+C) that exits the app no matter in what place - the new
quit_app
(Q
-
Updated
Apr 27, 2021
-
Updated
May 31, 2021 - Rust
-
Updated
Jun 6, 2021 - C++
-
Updated
Jan 25, 2021 - Python
-
Updated
Jan 23, 2021 - JavaScript
-
Updated
May 2, 2021 - Python
-
Updated
Jun 5, 2021 - Rust
Dockly doesn't display well in a terminal using light colouring.
-
Updated
Jun 6, 2021 - Rust
Might be a cool feature to show a symlinks destination path behind the little arrow. This would be a bit like the listing of ls -l
.
-
Updated
Jun 7, 2021 - Go
-
Updated
May 16, 2021 - JavaScript
-
Updated
Jan 31, 2021 - Shell
-
Updated
Jun 5, 2021 - Rust
-
Updated
Sep 15, 2019 - Swift
As an intermediate step towards #1015, and various parts thereof, would it be possible to ignore the syntax for features not currently supported, yet use the parts which are supported in trades?
I'm thinking out loud and wondering what effects this may have.
My end goal here is to be able to read a data file https://gitlab.com/snippets/1856416 without errors. Hledger would be able to parse thi
-
Updated
Jun 1, 2021 - Shell
Improve this page
Add a description, image, and links to the command-line-tool topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the command-line-tool topic, visit your repo's landing page and select "manage topics."
According to GNU, no argument means:
On our side:
Code:
https://github.com/uutils/coreutils/blob/master/src/uu/cp/src/cp.rs
Tests: