Skip to content
#

script

Here are 4,222 public repositories matching this topic...

Open

TODO

8
dylanaraps
dylanaraps commented Jun 14, 2018
  • Dynamic variable naming.
  • Internal variables.
  • Turn the non-functions into functions.
    • This is so tests can be written.
    • It also shows a working use case for the task.
  • Add a CONTRIBUTING.md.
  • Look into side effects of using shopt and set.
  • /dev/tcp
  • Convert to pdf
    • Add a cover.
    • Add references.
  • Write some
GiannisRallis
GiannisRallis commented Apr 22, 2020

Hello people i want to create a bot and make comments to post which need to tag a friends.
I read the Documentation but i could not figure out the solution.

Also i need a solution when post is liked to make comments or multiple comments without end session. I can comment only to posts witch are not liked....

Thank you.

jtorreno
jtorreno commented Apr 21, 2020

Description

Neofetch emits an extra newline character, which I'm led to believe is not intended behavior as per #910.
Issue discovered on latest and reproducible on master.

And of course, a terrible solution, for the glory of none other than Satan:

alias neofetch='function _neofetch() {
    (($# == 0)) && { neofetch | sed -e "40,$ d;s/?25l//g;s/?7l//g" } || neofetch $@
}; _neofet
Kaligule
Kaligule commented Nov 14, 2019

It would be cool if we could have some more documentation in the help text.

  • Explain how to use Ctrl-C and Ctrl-Z in a presentation (this is self explanatory for CLI veterans, but many users might not be so experienced. Ctrl-C and Crtl-Z are really a great part of how to use the programm in a presentation)
  • Explain how <prompt_themes> work: How can I create my own? Where can I find premade o
laravel-zero
stefkes
stefkes commented Mar 19, 2020

Installation of Laravel Zero with the command below

laravel-zero new TestApp

Results in output

Writing lock file
Generating optimized autoload files
> @php application app:rename
Renaming the application...

 What is your application name?:
 >

  Aborted.


Script @php application app:rename handling the post-create-project-cmd event returned with error code 1
Applicati
rock3r
rock3r commented Jul 26, 2018

Describe the bug
The script has only been tested on macOS and I suspect on Windows/Linux the -p and -n options are removing the whole "home" IDE folder for the user. I don't have either system to test on, so this requires someone to help out.

To Reproduce
[unknown] needs triaging

Expected behavior
-p and -n should only remove the IDE preferences subfolder, and the ca

Improve this page

Add a description, image, and links to the script topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the script topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.