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 15,226 public repositories matching this topic...
- Category: fzf binary
- OS: Linux 18.04
- Shell: bash as well as fish
Say I got the command echo whatever | fzf --ansi --preview='cat colored_file' --height=1, where the colored_file contains a ANSI color code, then some text with line breaks. Now, if we run that command and try to scroll with the mouse inside of the preview area past the ANSI code, then the text inside of the preview wi
📚 Docs or angular.io bug report
Description
There's no documentation for `ng serve --browser-targe
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
A curated list of awesome command-line frameworks, toolkits, guides and gizmos. Inspired by awesome-php.
-
Updated
Jan 13, 2020
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 ;)
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
I've put in a couple of "hey you're looking at unreleased documentation" caveats in. Remove this before shipping v3 properly.
I've been trying to export most of my dotfile-type configs to system packages I can install. A lot of programs offer the option for both a system and a user config (e.g. git reads from /etc/gitconfig, then ~/.gitconfig) although currently, bat reads just one file. It'd be nice if we could do something similar for bat as well, loading both /etc/bat/config and ~/.config/bat/config.
Given a simple script:
import fire
def foo(name='World'):
"""
Greets name.
Arguments
---------
name : str
name, default: World
"""
print('Hello %s' % name)
if __name__ == '__main__':
fire.Fire(foo)
python foo.py -h
shows the help with the description of --name missing:
# ...
FLAGS
--name=NAME
The output I get is
$ pkg . --targets node10-alpine-x64 --out-path pkg
> pkg@4.4.1
> Fetching base Node.js binaries to PKG_CACHE_PATH
> Warning Cannot include addon %1 into executable.
The addon must be distributed with executable as %2.
/app/node_modules/node-sass/vendor/linux_musl-x64-64/binding.node
path-to-executable/binding.node
> Error! Cannot read file, ENOENT
worker
This is a very very minor quibble, but I keep finding myself stumped when I'm staging changes line-wise and want to commit --- intuitively, I would just want to press c from the staging view, but instead I have to go back to the file menu with Esc and then press c. A bit unnecessary in my opinion, especially since c is not mapped to anything else in the staging view.
So if at all poss
The following is unsupported despite it being allowed by the type system:
chalk.bold`Hello, {cyan.inverse ${name}!} This is a test. {green ${exclamation}!}`;Produces:
Hel
Document what we found in closed issues:
- #214 (shelljs)
- #217 (nodemon) -- Note: Adding
--rawseems to solve the issue. - (potentially) #218 (concurrently)
Empty `defs` added
I was trying to see if https://github.com/alrra/browser-logos/blob/a1f2645fce1ac1e41c2bca34f3fc4be89a376941/src/edge/edge.svg from (alrra/browser-logos#180) was run through SVGOMG.
When I enabled the option Replace duplicate elements with links, I noticed an empty <defs/> being added. Maybe there should be a sanity check for this?
I believe SVGOMG is using v1.3.0,
What problem does this solve?
This would solve people creating issues about unexpected behavior from the StringSliceFlag, like these ones:
Solution description
Add an example, or maybe multiple examples, of how to input StringSliceFlag
Describe alternatives you've considered
I've
When an error boundary's getDerivedStateFromError handler is called, React will print out a warning to the console like so:
The above error occurred in the <Example> component:
in Example
in ErrorBoundary
in App
React will try to recreate this component tree from scratch using the error boundary you provided.
Because of this log output, it means that when the er
The README shows the following example:
> cat ~/.fdignore
/mnt/external-drive
*.bak
Note: fd also supports .ignore files that are used by other programs such as rg or ag.
On macOS I tried creating ~/.ignore and also a ~/.fdignore symlinked to ~/.ignore with the following in it as I'm trying to avoid mounted/network file systems when using fd from fzf:
.git
/Volumes
/net
Problem
When using git-history with a base repo url you get the startpage of githistory.xyz which isn't very useful by itself.
I'd suggest redirecting to the RegEx:(?i)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
ERROR:
12-03 13:42:38.396 18257-18276/? E/ReactNativeJS: TypeError: undefined is not an object (evaluating 'console.tron.log')
12-03 13:42:38.436 18257-18277/? E/AndroidRuntime: FATAL EXCEPTION: mqt_native_modules
Process: com.myapp, PID: 18257
com.facebook.react.common.JavascriptException: TypeError: undefined is not an object (evaluating 'console.tron.log'), stack:
<unknown
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?
This project is the top search result for "tmux config" github project. After I set it up, I see the default look and feel of my regular terminal. It's pretty disappointing considering that the readme is showing a nice dark mode.
Where can I find some nice looking example files that I can just copy/paste and get a nice looking terminal?
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'