terminal-based
Here are 598 public repositories matching this topic...
Is it possible to add in a command to jump to the current playlist, similar to the jump to album and jump to artist's album commands?
-
Updated
May 14, 2020 - Go
Using GitHub identity to share a session does not work for me!
Version: Teleconsole 0.4.0
SSH key pair was created with following command (without passphrase) and public key was successfully added to GitHub account:
ssh-keygen -t rsa -b 2048 -f .ssh/$github_user_keySession was created by running:
teleconsole -i $github_userWhen I try to join a pr
-
Updated
Apr 30, 2020 - PureScript
Currently scrolling in directory with file preview enabled in 2nd pane could get extremely sluggish if the preview command isn't snappy enough; eg having following config to use bat for previews causes scrolling in a directory containing many shell scripts to become noticeably slow:
" remaining files:
fileviewer * bat --color always --plain %c
fil
Consider adding a widget that allows tabs to be placed on the screen which would appear similar to the image below
Now that the button is done perhaps some of the code can be re-used? Tabs would be named with a title, selecting a tab (via mouse click) would expose a fresh canvas tha
-
Updated
Apr 25, 2020 - Python
-
Updated
Nov 11, 2019 - Python
Document graphs
How do I create a graph like the one described in the README? #tagged=climbing #since=30d #plot=done. Maybe I am misunderstanding what it means.
In the current README, so far I've gone over the very basics. Not all features have been covered, and there is little talk about httpu packages. Maybe some wiki pages, and some more details on the README would be helpful. Also a much better example video / gif is needed, the one I made is pretty bad.
Dash allows users to contribute docsets, as outlined in zealdocs/zeal#170. dasht should provide a command to automatically download and extract these as well.
(See also #4.)
Third-party docs
-
Updated
May 20, 2020 - C
If the window size is under a certain size, the path and the tree view is too small to accommodate the buffer. A minimum size should be set to guarantee that it's still usable.
The first step toward windows support could be to build it without the terminal user interface which will never support windows.
For that, one should add a feature toggle that is off on windows builds. If that's not possible, use conditional compilation.
Related to #2
Glad to see this project. How does it compare to ronn? Both are ruby gems and on the surface do the same thing. You project is rather newer (not sure ronn is still maintained).
It would be helpful if your README.md included some comparisons to, say, ronn and pandoc. Thanks!
-
Updated
Oct 13, 2018 - Go
ScrollMenu only supports moving up and down by a single line at a time. When a scroll menu contains hundreds and hundreds of items, navigating in this manner is too slow. It would be great to add support for PAGE_UP, PAGE_DOWN, KEY_HOME, and KEY_END.
-
Updated
Feb 10, 2020 - Python
-
Updated
May 16, 2020 - Python
-
Updated
Feb 10, 2020 - C++
- Windows build
- OSX - homebrew package
-
Updated
Mar 13, 2019 - Java
-
Updated
Aug 22, 2018 - Java
-
Updated
Oct 26, 2017 - Go
Allow to have "modals" to ask questions to the user (yes/no , multiple choices), numbers as shortcuts. tab, arrow, enter navigation.
Allow those to be view modals or whole editor modals ?
Example
Source File has changed, do you want to reload it:
*[YES]
[NO]
Probably a set command line in Vim.
Also, replacing the current bimrc format with a script containing commands would be a good way to unify things.
Improve this page
Add a description, image, and links to the terminal-based topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the terminal-based topic, visit your repo's landing page and select "manage topics."


Change the default username color to something like blue (via variable, so it's changeable). Then, when user su's to root or logs in as root, change username color to RED. This would be a good visual warning that you might be doing something with root privs by mistake ...
So the _username function would check the euid, and if 0 set color to RED