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 3,995 public repositories matching this topic...
Brew is listed as the recommended way of installing httpie on macOS. However, it doesn't work with auth plugins.
For example, if you pip3 install requests-hawk and then run http --help hawk will not show as an auth type. If you pip3 install httpie-oauth it will install httpie via pip as a dependency and overwrite the brew installed link in /usr/local/bin/http and now all the plugins wil
Our documentation doesn't mention that you can have things like that
- { key: Y, mods: Control, action: ScrollLineUp, mode: ~Alt }
- { key: Y, mods: Control, action: ScrollLineUp, mode: ~Alt }
- { key: Y, mods: Control, action: ScrollLineUp, mode: ~Alt }
- { key: Y, mods: Control, action: ScrollLineUp, mode: ~Alt }
- { key:-
Updated
Feb 4, 2020 - 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 ;)
Line wrapping seems to be disabled when piping to another process, even when forced with --wrap=character.
$ echo 123456789abcd > /tmp/file
$ bat --style plain --terminal-width 10 --wrap=character /tmp/file
123456789a
bcd
$ bat --style plain --terminal-width 10 --wrap=character /tmp/file | command cat
123456789abcd
Monitor open files
Description
This utility can monitor open files number count (in real-time)?
Example count open files in the Linux machine, and count open files group by existing users.
Versions
Nothing
Logs
Nothing
-
Updated
Feb 4, 2020 - Shell
-
Updated
Feb 4, 2020 - JavaScript
-
Updated
Feb 4, 2020 - Python
-
Updated
Feb 4, 2020 - TypeScript
-
Updated
Feb 4, 2020 - JavaScript
This is similar to #333 which only addressed --exec-batch.
-
Updated
Feb 4, 2020 - JavaScript
-
Updated
Feb 4, 2020 - Shell
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
Is your feature request related to a problem? Please describe.
Check for Zsh version for compatibility with prompt.
Describe the solution you'd like
autoload -Uz is-at-least && if ! is-at-least 5.2; then
print "ERROR: You're using zsh version ${ZSH_VERSION}, and versions < 5.2 are not supported. Update your zsh." >&2
return 1
fi
-
Updated
Feb 4, 2020
-
Updated
Feb 4, 2020 - Python
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
-
Updated
Feb 4, 2020 - Shell

Describe the bug
When
vi-modeis enabled,shift+tabdoes not cycle backwards through the autocomplete suggestions.If
vi-modeis removed from the plugins, `shift+ta