Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

skilleter-thingy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skilleter-thingy

A collection of useful utilities, mainly aimed at making Git more friendly

  • 0.0.67
  • PyPI
  • Socket score

Maintainers
1

Thingy

Licence: GPL v3

Author: John Skilleter v0.99

Collection of shell utilities and configuration stuff for Linux and MacOS. Untested on other operating systems.

Permanently (for the forseeable future!) in a beta stage - usable, with a few rough edges, and probably with bugs when used in way I'm not expecting!

The following commands are documented in detail in the help output that can be displayed by running the command with the '--help' option.

This README just contains a summary of the functionality of each command.

General Commands

addpath

Update a $PATH-type variable by adding or removing entries.

borger

Wrapper for the borg backup utility to make it easier to use with a fixed set of options.

console-colours

Display all available colours in the console.

diskspacecheck

Check how much free space is available on all filesystems, ignoring read-only filesystems, /dev and tmpfs.

Issue a warning if any are above 90% used.

docker-purge

Stop or kill docker instances and/or remove docker images.

ffind

Simple file find utility

Implements the functionality of the find command that is regularly used in a simpler fashion and ignores all the options that nobody ever uses.

gl

gphotosync

Utility for syncing photos from Google Photos to local storage

linecount

Count lines of code in a directory tree organised by file type.

moviemover

Search for files matching a wildcard in a directory tree and move them to an equivalent location in a different tree

phototidier

Perform various tidying operations on a directory full of photos:

  • Remove leading '$' and '_' from filenames
  • Move files in hidden directories up 1 level
  • If the EXIF data in a photo indicates that it was taken on date that doesn't match the name of the directory it is stored in (in YYYY-MM-DD format) then it is moved to the correct directory, creating it if necessary.

All move/rename operations are carried out safely with the file being moved having a numeric suffix added to the name if it conflicts with an existing file.

photodupe

py-audit

Query api.osv.dev to determine whether a specified version of a particular Python package is subject to known security vulnerabilities

readable

Pipe for converting colour combinations to make them readable on a light background

remdir

Recursively delete empty directories

rmdupe

Search for duplicate files

rpylint

Run pylint on all the Python source files in the current tree

s3-sync

Synchronise files from S3 to local storage.

splitpics

Copy a directory full of pictures to a destination, creating subdiretories with a fixed number of pictures in each in the destination directory for use with FAT filesystems and digital photo frames.

strreplace

Simple search and replace utility for those times when trying to escape characters in a regexp to use sed is more hassle than it is worth.

sysmon

tfm

Console-based file-manager, similar to Midnight Commander but better.

tfparse

Read JSON Terraform output and convert back to human-readable text This allows multiple errors and warnings to be reported as there's no way of doing this directly from Terraform

trimpath

Intelligently trim a path to fit a given width (used by gitprompt)

window-rename

xchmod

WIP: Command to run chmod only on files that need it (only modifies files that don't have the required permissions already).

Currently implements a very restricted set of functionality.

yamlcheck

YAML validator - checks that a file is valid YAML (use yamllint to verify that it is nicely-formatted YAML).

Git Utilities

ggit

Run a git command in all repos under the current directory

ggrep

Run 'git grep' in all repos under the current directory

gitprompt

Output a string containing colour-coded shell nesting level, current directory and git working tree status (used in the shell prompt).

git ca

Improved version of 'git commit --amend'. Updates files that are already in the commit and, optionally, adds and commits additional files.

git cleanup

List or delete branches that have already been merged and delete tracking branches that are no longer on ther remote.

git co

git mr

git parent

git update

Update the repo from the remote, rebase branches against their parents, optionally run git cleanup

git wt

Output the top level directory of the git working tree or return an error if we are not in a git working tree.

git review

venv-create

Create a script to create/update a virtual environment and run a python script in it.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc