-
Updated
Oct 28, 2020 - Shell
Terminal
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,984 public repositories matching this topic...
-
Updated
Oct 28, 2020 - C++
-
Updated
Oct 25, 2020 - Python
-
Updated
Oct 28, 2020 - Shell
Hey, I am really enjoying bat for peeking at everything, but here is one little pet peeve I recently encountered:
I only want line numbers when the auto-pagination sets in. Beforehand, the files are so small that it doesn't matter, and having no numbers makes copying much easier. But in the pager, they are super useful!
I tried to create a workaround by using bat as a pager for itself, but s
-
Updated
May 20, 2019 - TypeScript
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
Oct 27, 2020 - Shell
Hello,
In the two menus containing "destructive" actions (d and D) can we have the "cancel" item first in the list? That way one doesn't accidentally hit enter and nuke their tree. Especially important since when you select one of those destructive actions there is not an "are you sure?" box that pops up. I think that the best solution which will keep the UI streamlined but make it a tad
-
Updated
Oct 21, 2020 - Python
-
Updated
Oct 27, 2020 - Python
-
Updated
Oct 28, 2020 - TypeScript
Describe the bug you encountered:
Though the folder has few files without extension, but the following command returns nothing.
$ fd -t f -e ''
Describe what you expected to happen:
I expected to have a output ~similar to the output of find . -type f ! -name "*.*"
What version of fd are you using?
fd 8.1.1
Which operating system / distribution are you on?
-
Updated
Oct 3, 2020 - JavaScript
-
Updated
Oct 22, 2020 - Go
-
Updated
Oct 11, 2020 - Go
-
Updated
Oct 28, 2020 - Python
As tox.ini still seems to be the ubiquitous for managing local testing for any python project, I would highly appreciate if I can make use of it to run tests.
I would be happy to propose of change for that but I considered better to ask first, as I encountered at least one case were the owner disliked it.
Current behavior
Expected behavior
Relevant Zsh configuration (.zshrc)
Irrelevant with the issue
Environment
Spaceship version: `3.11
-
Updated
Oct 18, 2020 - Python
-
Updated
Apr 23, 2020 - Shell
-
Updated
Oct 27, 2020
Solaris and Illumos use Bash as the default shell. However, currently bash-it does not work as expected on them.
This can be fixed as described, tested, and confirmed here.
Here's what I suggest:
- In
install.sh, check for `$0S





any plans for a Linux ARM build? if nobody else is on it or has attempted it, i can give it a try.