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,049 public repositories matching this topic...
What's going wrong?
I discovered this default behavior of PM2 by trial and error:
-outlogs and-errlogs will default to output in~/.pm2/logs, unless and only unless they are [rerouted](http://pm2.keymetrics.io/docs/usage/lo
The spec says:
If a client has access to environment variables, several standard ones exist to specify the language in which a client should operate. If not, then clients MUST make reasonable assumptions based on the information provided by the environment in which they operate (e.g. consulting navigator.languages in a browser, etc.).
Windows systems do have environment variables, but the
I was unsure of how conflicting globs are handled and was unable to figure it out from the help message, so it might be nice to include this information. I'm not entirely sure of the wording, but something like:
Include or exclude files and directories for searching that match the given
glob. This always overrides any other ignore logic. Multiple glob flags may be
used. If multiple globs
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 ;)
Hey
I have my .cache directory set as tmpfs to run all cache related files on RAM. This makes the .cache available only per session which is an issue with bat as the built custom themes I have are removed.
Is there a way to specify a directory for bat to load theme and syntax from? I've tried bat cache --source ~/.local/share/bat but that just creates the cache at
Summary of the new feature/enhancement
Tee-Object currently invariably uses the default character encoding when teeing to a file (-Path aka -Filepath, -LiteralPath), which in PS Core is BOM-less UTF-8
However, sometimes you need a specific character encoding, and Tee-Object currently offers no way to specify a different encoding.
Proposed technical implementation details
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
Description of the problem or steps to reproduce
In your help keybindings, you list a couple of key combinations, who are available.
Combining Ctrl with Shift is not mentioned.
A few lines later, you mention that things such as CtrlShiftLeft ARE actually part of the default key settings. Manually setting CtrlShiftL to SelectLine, as an example, has turned out to not work.
Sp
`-prune` options
Is it possible to add an option -prune, to not explore sub-directories, when the current directory has been matched ? (like find -prune)
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
Mar 9, 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
-
Updated
Mar 8, 2020 - Go
I think it would be a good idea to mention the tee command, probably somewhere in the "Cat, Less, Tail and Head" chapter
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
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.
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@
-
Updated
Mar 9, 2020 - Shell
-
Updated
Mar 8, 2020 - Go
-
Updated
Mar 8, 2020 - C
-
Updated
Mar 8, 2020 - Python
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
In CONTRIBUTING.md:
Don't use C++11 and C++14 features
ConEmu is supposed to be easily compiled with Visual Studio 2008, to support OS Windows 2000 and ‘legacy’ computers.
Combined with Use latest branch section, this is outdated, since C++11 is explicitly required by -std=c++11 in the makefile for GCC here. Further, the source code requires at least C++17 (e.g. `std::size
-
Updated
Mar 9, 2020 - Python
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.
-
Updated
Mar 9, 2020 - Go



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