command-line
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,189 public repositories matching this topic...
What's going wrong?
The docs say that the default exec_mode is fork. However, when exec_mode is not defined in the config, my processes start in cluster mode.
How could we reproduce this issue?
A config without exec_mode defined.
I'm opening this as a discussion before I make any PR.
This project has a directory named contributing-guides/, something most of the users definitely do not know.
Here are two things to consider about that directory:
- The files in it, even though being very valuable (especially the style guide), have had very few cont
What version of ripgrep are you using?
$ rg --version
ripgrep 11.0.2
-SIMD -AVX (compiled)
+SIMD +AVX (runtime)
How did you install ripgrep?
Cargo
What operating system are you using ripgrep on?
Ubuntu
Describe your question, feature request, or bug.
Sometimes you end up inside a directory that's actually gitignored, and search for stuff. Of course,
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.
Summary of the new feature/enhancement
Back in Powershell 5, I could write a script which contained:
> $cred = Get-Credential -UserName "$first.$last"A dialog would then appear, asking for the password, but it also gave the option of changing what the username was. This was useful as you could implement a naming standard, but when there was an edge case allowed the end
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 ;)
"Flag provided but not defined" doesn't give enough details for end users who aren't specifically aware of how CLIs work. I get a lot of bug reports that are "I got this obscure error message, and I'm not sure what to do".
See also
When I run fd, I get this:
[1;34mext\ [0mphp_mbstring.dll
php7embed.lib
I think fd should automatically detect when the user has a terminal without
ANSI support, and disable colors.
See vadimdemedes/ink@a056565 for context.
Description of the problem or steps to reproduce
I was trying to replace the gcc linting for clang with custom flags by customizing the linter through a custom plugin (mostly to see how it works).
I first tried to use the linter.removeLinter function (that isn't documented in the readme but is in the source code) and it didn't disabled the gcc linting. For disabling the gcc linter one has to
Hi,
The docs say that:
validate: (Function) Receive the user input and answers hash. Should return true if the value is valid, and an error message (String) otherwise. If false is returned, a default error message is provided.
But when my validate function returns false, no default error message is shown on screen.
If the validate function returns a string instead, the custom error m
-
Updated
Apr 6, 2020 - HTML
Hi there
I'm trying to parse this king of lines, from a python flask service whose log format is %(asctime)s [%(process)d] (%(levelname)s) (%(name)s): %(message)s
2020-02-10 13:58:38,594 [31383] (INFO) (flask.app): request: OPTIONS https://server_hostname/0.1/token/a_big_uuid {'Host': 'server_hostname', 'X-Script-Name': '/api/auth', 'X-Forwarded-For': 'an_IP_address', 'Connection': 'c
Add a WebUI?
As this was last asked in 2017 (the answer then was "No current plans but 'yudai/gotty' sort of works") I felt it might be the right time to ask again.
In the modern age of container usage, we often don't want to SSH to our box to do a health check. While apps like Glances give a good overview of the host as a whole, nothing I've found breaks everything down as nicely as ctop which is my go-to
Add a changelog
As we attempt to pick up the release cadence, we are in need of an explicit changelog file which enumerates changes in each version. This should be a markdown or plaintext file adhering to some form of standardized format. Ideally, it will be able to work with #582.
root@titanic /mnt/datastore/RAWs/.zfs# exa
".": Invalid argument (os error 22)
root@titanic /mnt/datastore/RAWs/.zfs# /bin/ls
snapshot
the ZFS file system creates a super-hidden (even ls -al wont show it) .zfs folder, but you can still cd into it. once in this folder, exa doesn't work. exa however works in sub-folders of .zfs, such as .zfs/snapshots. ls, as shown above, still works.
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
I think it would be a good idea to mention the tee command, probably somewhere in the "Cat, Less, Tail and Head" chapter
root@syzoj-test-vm:~/syzoj-ng-app# commitizen init cz-conventional-changelog --yarn --dev --exact
Attempting to initialize using the npm package cz-conventional-changelog
yarn add v1.19.0
[1/4] Resolving packages...
[2/4] Fetching packages...
error Incorrect integrity when fetching from the cache
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
root@
Description
Uncommenting info "Disk" disk results in a partially correct output: Disk (81%): 495G / Fles/Git (97G%). What is Fles/Git (97G%)? I'm guessing this might be my external SSD.
Also uncommenting info "Font" font info "Users" users info "Song" song [[ "$player" ]] && prin "Music Player" "$player" results in no display of this info.
- Does this issue still occ
Currently there is a single example config file which serves as a great starting point, but it would be nice to have a few pre-built configs for people to drop in and go.
Some examples:
- One designed entirely around Docker and monitoring container metrics.
- Another designed to look pretty and having an overview of system metrics.
Feature request
Dat works great out of the box when you're on the same wifi, or are connected to the internet at large, but it's not as great when you're connected to a network that's not totally local, but isn't connected to the internet. Key uses would be something like #1066 where China was blocking traffic, or #1071 talking about mesh networks, which could be relevant to dweb camp 2019.
-
Updated
Apr 24, 2020 - C
I have been testing q and I've found something that could be an issue.
Issue
When I'm doing something like round(avg(c3),3) when querying, is rounding this 32655,5265 to this 32655,526 instead of expected result: 32655,527.
I think that could be an issue, or should be configurable.
Cheers.
Fix linting issues
Related to Box<dyn Writer>
I think the work you've done on this is amazing. Seems like a great project, but your README is a bit bloated and hard to decipher. Might I suggest you condense it down into a set of readable chunks and maybe link off to the wiki for the more detailed bits.
Its only my opinion, but I find that answering the following questions, in order, helps to simplify docs.
- who? - who wrote the p
Inexplicably, part of the conemu website is written in Russian. Scroll down and note how much of the text is not english.
https://conemu.github.io/en/TabletPC.html
It would be helpful to get the original english docs back. I was trying to figure out how to disable zoom gestures on my touch pad, which happens by accident all the time, but all the docs are non-english.
idk what happened to the readme but i had to go look at an old commit were the documentation is in it. I dont like the website and it isnt convienent. also its very slow. issue #117 mentioned parallel threading. Why was this issue closed. its not fixed and its still an issue. Threading isnt difficult if its high level enough. it should be an argument along with what the deley should be to spawn a
Noticing on the quick start guide, for the happy_birthday.py example, the localhost:8000/documentation route appears to be broken (returning 404).
Perhaps I'm doing something wrong, but if not, we should fix the bug and/or the documentation. And maybe consider an integration test as part of our test suite to prevent a future regression.

All existing documentation of ConPTY seem to only mention the case where stdin, stdout and stderr are all to be connected to the pty and no STARTF_USESTDHANDLES. The only mention that the proper value to have in StartupInfo.hStdInput et al when STARTF_USESTDHANDLES is active is NULL is indirectly in the documentation for GetS