Giter Club home page Giter Club logo

usefultools's Introduction

usefulTools

Contains some small (but sometimes really useful) scripts for daily work on programming and handling git.

filename usage
amIInVirtualenv.py prints whether the current execution is within a virtualenv (Works with python2 and python3
bubbleDiagramAnimated.tex Contains a extended and animated version of bubble diagram provided by smartdiagram
createPdfMakefile creates a make file for compiling latex files with biber
echoGitRootDir prints the path of the root directory of the git repo currently in
findBinariesLibraryOfType Lists all shared libraries linked to the given binary containing a certain string in any type
findLibraryContainingType Lists all shared libraries recursively in the given directory containing a given string in any type
general_update.py Updates package lists of various package manager and upgrades them if wanted
getDirOfThisFile_bash This is an executable script but it is quite useful for other scripts when trying to determine where the script containing these lines is located
getDirOfThisFile_zsh This is an executable script but it is quite useful for other scripts when trying to determine where the script containing these lines is located
gitadd A command useful when committing huge amounts of data or a huge number of files
pullAll Checks all git repos recursively whether they need to be updated and whether they can be. If so then the script asks you whether you want to update
pullRebasePush A single command for pulling, rebasing and pushing your local commits
recordGource.sh An complete example command for saving gource output as mp4 file
renameFormats Replaces all files having a given format with the other given format
word_freqs.py Returns the word frequencies of a PDF file

usefultools's People

Contributors

trackersb avatar

Watchers

 avatar

usefultools's Issues

Spare hash computations

Spare hash computations in case the length of the provided hashsum does not match the hash algorithm.

Extend generalUpdate

Extend or even replace generalUpdate by a script checking for many additional commands whether they exist and if so show the user the number of packages to update and ask whether to update these.

Install archlinux-keyring before any other package

If the archlinux keyring changes following error messages may appear:

Fehler: <package>: signature from "<some user>" is marginal trust
:: Datei /var/cache/pacman/pkg/<package>.pkg.tar.zst ist beschädigt (Ungültiges oder beschädigtes Paket (PGP-Signatur)).

To avoid this the keyring has to be updated separately beforehand.

Add summary report

At the end add a summary that shows the divergence of all searched repositories.

List new tags

When fetching data from a remote repository extract new tags and list them.

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.