Skip to content

Shell

A shell is a text-based terminal, used for manipulating programs and files. Shell scripts typically manage program execution.

Here are 8,423 public repositories matching this topic...

oh-my-zsh
Aracki
Aracki commented Jul 20, 2019

Suggestions

  1. Header - Add a new square icon aligned to the right of the header.
    PS. (discussion about the new logo - #2986).

  2. What is tldr? - I find it very useful, but I would change this huuuge screenshot with a smaller gif. (it can be done easily with tools like terminalizer)

  3. Clients - Maybe we should discuss if

IISResetMe
IISResetMe commented Jul 26, 2019

Summary of the new feature/enhancement

Write-EventLog does not currently accept pipeline input, although it might be useful in situations where you want to log multiple events log entries of the same type:

Get-SomeInformation |Write-EventLog -LogName Application -Source -EventID 100

Proposed technical implementation details (optional)

  • Update the [Message parameter attrib
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

tgr
tgr commented Aug 28, 2018

More of a curiosity than a bug, really.

Psy Shell v0.9.7 (PHP 7.0.30-0ubuntu0.16.04.1 — cli) by Justin Hileman
>>> false instanceof StdClass
PHP Fatal error:  instanceof expects an object instance, constant given in Psy Shell code on line 1
>>> [] instanceof StdClass
PHP Fatal error:  instanceof expects an object instance, constant given in phar:///home/tgr/bin/psysh/src

Learn about shell

Wikipedia
Wikipedia

Related topics

See more topics
bash
You can’t perform that action at this time.