Giter VIP home page Giter VIP logo

scripts's Introduction

Currently working with DevOps. A few of the things I've worked and / or fiddled with, to some significant extent:

Git Docker Helm Kubernetes OpenShift Container Platform GitHub Actions Jenkins CI Circle CI Terraform Packer Ansible Salt AWS Google Cloud Platform Datadog Prometheus Grafana Node.js React Jest Pytest C C++ Python Java Haskell Bash GitLab RHEL Debian Arch Linux CentOS Sass HTML5

scripts's People

Contributors

d3adb5 avatar

Stargazers

 avatar

Watchers

 avatar

scripts's Issues

Screenshot script can create permissions issue on system w/multiple users

Whenever there are multiple users on the same machine using the screenshot
script, unless TMP_SCREENSHOT_PATH (or whatever it was) is set, they will both
be trying to write screenshots to /dev/shm/screenshot.png.

Since the screenshot file will be used elsewhere and there is no need to waste
RAM (or disk write cycles) with multiple screenshots, we can't simply remove it
at the end of the script, and mktemp will not suffice.

Screen record script should query X11 for display resolution

The record script should be able to query X11 for the resolution (and relative position) of the currently focused display as an alternative to using slop to select an area of the screen to record.

It would be useful even if just to have an option for users who are not on a multihead (multiple monitors) setup.

tmux-git-peek sometimes mysteriously returns a 123 status

In some repositories (so far only work related ones), the tmux-git-peek script
is invoking some command that errors out and yields a return status of 123.

Either add some "empty" error management, or figure out the root cause of the
error. This probably has to do with preview commands, if FZF propagates errors
instead of containing them in the preview window, or with Git commands that for
one reason or another don't work properly.

fzfmenu_run sometimes sticks around until the child process dies

It seems that despite the nohup line, when sh is a link to /bin/bash, the
process that launched fzfmenu_run will stick around until the child process
dies instead of terminating as soon as it's started it.

This doesn't seem to be a problem when /bin/sh is a link to dash, an
implementation of the POSIX shell. Perhaps this has to do with the standard and
Bash's relative noncompliance with it, or perhaps this is a particularity of
Dash.

When Bash is the shell running in POSIX compatible mode (i.e. launched through
/bin/sh), an exec in place of nohup will suffice to replace the process
with the one we intend to run. If that is also the case with Dash, the change
will be pushed at some point.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.