-
Updated
Jun 27, 2021 - 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 6,028 public repositories matching this topic...
-
Updated
Jun 27, 2021 - C++
-
Updated
Jun 27, 2021 - Python
-
Updated
Jun 27, 2021 - Markdown
Hello there,
according to the documentation, bat is only available for Debian sid.
Here is how I installed it successfully on Debian 10 / stable:
- download bat-musl_0.18.1_amd64.deb from the Realase page
- run
sudo apt install ./bat-musl_0.18.1_amd64.debi
-
Updated
Jun 27, 2021 - Python
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 ;)
Is your feature request related to a problem? Please describe.
I'm using a lot of markdown emoji in my commits message, but in lazygui, the emoji are not parsed.
Describe the solution you'd like
Replace all markdown emoji by it's Unicode equivalent in commits list.
EDIT:
I have found this file that can be useful
-
Updated
Jun 27, 2021 - Shell
-
Updated
May 20, 2019 - TypeScript
-
Updated
Jun 27, 2021 - Python
-
Updated
Jun 27, 2021 - TypeScript
It's always a good idea to work on documentation. I think it would also be good to restructure the README:
- Add a quick link section at the top of the readme (see https://github.com/sharkdp/bat)
- Extend the tutorial (rename "How to use"?)
- Move the "Parallel command execution" section inside the "How to use" section). See also: #605
- Move "Installation" section below the
-
Updated
Jun 21, 2021 - Go
-
Updated
Jun 4, 2021 - JavaScript
-
Updated
Jun 25, 2021 - Python
-
Updated
May 20, 2021 - Go
-
Updated
Jun 23, 2021 - Python
This request is about improving the dir module.
It shortens the path, so the prompt is less cluttered.
Describe the solution you'd like
I want to shorten the pwd to be just like the zsh fishy theme or fish shell.
Implementation
Maybe one can adapt the current fishy solution:
local i pwd
pwd=("${(s:/:)PWD/#$HOME/~}")
if (( $#pwd > 1 )); then
for i in {1..$(($#pwd-
-
Updated
Jun 13, 2021
-
Updated
Jun 19, 2021 - C
-
Updated
Apr 23, 2020 - Shell

We are currently adding Hyper CLI path to user PATH in Windows registry: https://github.com/zeit/hyper/blob/262eb8ad9b7b9b15351f331765151538d67a09e2/app/utils/cli-install.js#L49-L91
A caveat is that environment variables are cached and users should open and validate "Edit environment variables for your account" dialog to force a cache refresh (or simply reboot their workstation).
![](https://