Command line interface
Before there were graphical user interfaces, command-line interfaces were used to issue commands to a computer. Programs that handle the user interface are called command language interpreters, often known as a shell. A CLI may give a user more control over the computer and programs they wish to execute.
Here are 14,976 public repositories matching this topic...
- Category
- fzf binary
- fzf-tmux script
- Key bindings
- Completion
- Vim
- Neovim
- Etc.
- OS
- Linux
- Mac OS X
- Windows
- Windows Subsystem for Linux
- Etc.
- Shell
- bash
- zsh
- fish
If my SHELL variable points to a
I'm trying to cleanup my project dependencies. Therefore I'm looking at all the descriptions of my used dependencies on npm and Github. Sadly it seems like some dependencies don't provide a description or I'm just unable to find it.
One such dependency is @angular-devkit/build-angular when I search for it on npm I am shown the des
When using AUFS as the storage driver in docker (or podman, etc.) then the maximum number of layers that can have data is "42".
This is because each layer that has data is unpacked into the file-system and then union mounted over each other. AUFS only allows a maximum of 42 layers to be mounted over each other.
The hard-limit is 127 data layers which is due to the maximum number of argu
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 ;)
I find it very useful to manipulate with various filesystem images by using libguestfs tools. Maybe it could be useful to mention this cool tools in this list :)
Using ripgrep 11.0.2 I ran into a hang using ripgrep from GNU Emacs via helm-rg on Windows. Window creates a stdin and ripgrep detects that stdin exists and waits for data, making it look like ripgrep is hung. I was able to easily work around the issue once I saw that I could explicitly specify the directory to search. Having this in the doc may save others confusion. Also having the note about .g
In the readme, the link to pronunciation won't play the pronunciation because it violates content Security Policy directive.
Refused to load media from 'https://raw.githubusercontent.com/avajs/ava/master/media/pronunciation.m4a' because it violates the following Content Security Policy directive: "default-src
Map meson syntax
I would like to map my "meson.build" files to python syntax.
I've tried the following without success:
-m=build:python-m=meson.build:python
dict with string values produces this CLI.
> python -c "import fire; fire.Fire({'key1': 'value1', 'key2': 'value2'})"
key1: value1
key2: value2
dict with object values produced a very simlarly CLI in fire==0.1.3.
key1: Value(name='value1')
key2: Value(name='value2')
Since fire>=0.2.0 this is not the case anymore...
> python value.py
NAME
value.py
Currently if the name of the package is scoped @hela/cli it will strip the scope and output bin/cli-linux. Instead it would be better to get the name from the key of the bin field (if the bin field is an object, otherwise as last resort fallback to the current approach by stripping the scope)
{
"bin": {
"hela": "./dist/index.js"
}
}We can achieve this with usin
Is your feature request related to a problem? Please describe.
I am trying to change some of default lazygit behavior, e.g. have a --oneline graph in commits view. I could not find any info about configuring lazygit. The only glimpse of this I had was at 11:20 in the 15 lazygit features youtube video.
Describe the solution you'd like
I would expec
🖍 Terminal string styling done right
-
Updated
Dec 21, 2019 - JavaScript
Please provide a description of the bug / issue, and provide the details below:
When trying to run npm run build:dev in our system which contains webpack-dashboard call it doesn't show anything, just gibberish like :
'�]0;webpack-dashboard��[?1049h�[?1h�=�[1;1r�[?25l�[1;1H�[H�[2J�[?1000h�[?1002h�[?1003h�[?1005h'
If the issue is visual, please provide screenshots here
readme(\.md|\.rst|\.txt)? file on the master branch.
Example
https://github.githistory.xyz/babel/babel/
--> https://github.githistory.xyz/babel/babel/blob/master/README.md
equally with gitlab:
<https://gitlab
#1478 fixed the generators not showing up, but the output leaves a little to be desired:
Let's clean this up and make it look good.
@mikaoelitiana or @arielrodrigues, are you interested in doing this?
It looks like there is only a master branch for this repo at this time. This has caused any commits to affect PRs which now show large numbers of conflicts. Would it be possible to get a development branch or other instructions as to how PRs should be made to avoid this situation going forward?
🇫🇷 Oh My Tmux! Pretty & versatile tmux configuration made with ❤️ (imho the best tmux configuration that just works)
-
Updated
Dec 21, 2019
Currently, each argument to fx treated as an anonymous function. Here is an example:
fx 'groupBy("commit.author.name")' 'mapValues(size)' toPairs 'sortBy(1)' reverse 'take(10)' fromPairsBut this requires a lot of ' quotes. My idea is to split the argument by whitespaces . So next will be possible to write:
fx 'groupBy("commit.author.name") mapValues(size) toPairs soSearch backwards
Problem
I recently noticed that beet is not embedding album art in my music files as I import them if they are not available locally. So I ranbeet fetchart command and tried running it in verbose mode for one of the failed albums.
I think I should mention that I am using internet behind a proxy server, not sure if this has anything to do with the error but I am suspicious that its the pr
What happened:
I tried to use the --make option to pass --jobs=5 to the NodeJS build process.
What you expected to happen:
I expected the NodeJS build to be faster.
What happened:
I was unable to pass the jobs options to the NodeJS make command, here is what happened:
➤ nexe --build --make --jobs=5
ℹ nexe 3.3.2
✔ Node source extracted to: /home/thibault.hi


In
=syntax,")\)are escaped in
json.dumps:$ http -v httpbin.org/post \ dquote='\"' \ multi-line='line 1\nline 2'