The Wayback Machine - https://web.archive.org/web/20200309051037/https://github.com/topics/command-line
Skip to content
#

command-line

terminal logo

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...

terminal
grubba
grubba commented Feb 14, 2020

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

tldr
dbrgn
dbrgn commented Feb 28, 2020

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

casey
casey commented Feb 6, 2020

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
bat
sQVe
sQVe commented Feb 14, 2020

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

PowerShell
mklement0
mklement0 commented Nov 18, 2019

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

colinking
colinking commented Sep 28, 2019

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

micro
ShalokShalom
ShalokShalom commented Aug 9, 2019

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

pensierinmusica
pensierinmusica commented Feb 27, 2020

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

rgarrigue
rgarrigue commented Feb 10, 2020

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
onehungrygeek
onehungrygeek commented Jan 6, 2019

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

darkain
darkain commented Dec 1, 2019

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.

Menci
Menci commented Feb 13, 2020
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@
iamnewton
iamnewton commented Feb 21, 2017

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
FrankHB
FrankHB commented Feb 23, 2020

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

hug
jay-tyler
jay-tyler commented Feb 9, 2020

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.

bug
You can’t perform that action at this time.