tcl
Here are 491 public repositories matching this topic...
-
Updated
Nov 18, 2020 - Python
-
Updated
Nov 23, 2020 - SWIG
-
Updated
Nov 24, 2020 - C
-
Updated
Nov 16, 2020 - C
-
Updated
Nov 3, 2020 - Verilog
-
Updated
Nov 4, 2020 - Tcl
-
Updated
May 4, 2020 - Tcl
-
Updated
Sep 19, 2020 - M4
-
Updated
Jun 26, 2019 - Tcl
-
Updated
Mar 13, 2020 - Tcl
-
Updated
Apr 10, 2019 - Tcl
-
Updated
Aug 8, 2020 - Forth
Right now, if you want to stage all files, you need to go into "Commit" menu or use the Ctrl-I
shortcut. And there is no way to unstage all files.
Going into the menu is cumbersome, and not everyone would want to use a keyboard shortcut, so add some easy to reach buttons to do this. Probably put them right after the red "Unstaged Changes" bar and the green "Staged Changes" bar. Or, put them i
Because the first thing you do when you mistype a command is press up-arrow to bring it back so you can edit it. At present, the molt_shell::repl
function only adds commands to the history if they return Ok(_)
.
-
Updated
Jun 25, 2019 - Tcl
-
Updated
Oct 7, 2020 - C
Improve this page
Add a description, image, and links to the tcl topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tcl topic, visit your repo's landing page and select "manage topics."
The
module
command automatically detects current terminal width and formats its output to completely fill this available space, like for instance when outputting in a column format the list of all available modules.It may be desirable to limit the terminal width used by this output to a given size and make
module
automatically adapts to fill space up to this limit only.