Showing 23 open source projects for "bash shell script"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
    Learn More
  • 1
    This is a Bourne shell script wrapper surrounding a pure postscript level 3 program to graphically display disk space usage output from the du program. Portability is key.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Vifm

    Vifm

    Vifm is a curses file manager with Vim-like everything.

    Vifm is a file manager with curses interface, which provides Vim-like environment for managing objects within file systems, extended with some useful ideas from mutt. If you use Vim, Vifm gives you complete keyboard control over your files without having to learn a new set of commands.
    Leader badge
    Downloads: 46 This Week
    Last Update:
    See Project
  • 3

    doall

    Shell script to run a command for many files selected with wildcards

    Extends shell * and ? wildcards to allow inserting matched strings like Windows 'copy *.old =.new' Some examples: # Rename current files as old doall 'mv *.cur *.old' # Compress camcorder DV files doall 'ffmpeg -i *.dv *.mp4' # Move files into directories according to their extension doall 'mv *.* $2/$1.$2' # Symbolic links from vmlinuz.new to vmlinuz-5.12.6-foo, similarly config.new System.map.new doall 'ln -s /boot/*-5.12.6-* /boot/$1.new' # Hard link 3-character...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    fff

    fff

    A simple file manager written in bash

    A simple file manager written in bash. Minimal (only requires bash and coreutils). Smooth Scrolling (using vim keybindings). Tab completion for all commands! Automatic CD on exit (see setup). Works as a file picker in vim/neovim (link)! Display images with w3m-img! Supports $CDPATH. You only need to modify the keybindings that you'd like to change from the default. fff will run perfectly fine without any of these defined. When rebinding a key in fff make sure you don't have two bindings with...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Turn traffic into pipeline and prospects into customers Icon
    Turn traffic into pipeline and prospects into customers

    For account executives and sales engineers looking for a solution to manage their insights and sales data

    Docket is an AI-powered sales enablement platform designed to unify go-to-market (GTM) data through its proprietary Sales Knowledge Lake™ and activate it with intelligent AI agents. The platform helps marketing teams increase pipeline generation by 15% by engaging website visitors in human-like conversations and qualifying leads. For sales teams, Docket improves seller efficiency by 33% by providing instant product knowledge, retrieving collateral, and creating personalized documents. Built for GTM teams, Docket integrates with over 100 tools across the revenue tech stack and offers enterprise-grade security with SOC 2 Type II, GDPR, and ISO 27001 compliance. Customers report improved win rates, shorter sales cycles, and dramatically reduced response times. Docket’s scalable, accurate, and fast AI agents deliver reliable answers with confidence scores, empowering teams to close deals faster.
    Learn More
  • 5
    Dotfiles (gf3)

    Dotfiles (gf3)

    Configurations for the tools I use every day

    This repository is a personal dotfiles collection (configuration files for shell, editors, and related tools), organized to bootstrap and version-control the author’s development environment. It typically includes files like .zshrc, .vimrc, .gitconfig, and other scripts or plugin configs, plus installation or bootstrap helper scripts. The structure often supports modular overrides (machine-specific or role-specific configs) and may integrate with tools like GNU Stow, chezmoi, or custom...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6

    bootkernel

    Shell script to manage linux kernels in /boot directory

    Install, Accept, List, Remove and Set New, Current and Old linux kernels in the /boot directory. Inspired by the linux kernel "make install" target, and the /sbin/installkernel shell script. A profile "~/bootkernel.conf" or "/etc/bootkernel.conf" controls all aspects of bootkernel's behaviour - your chosen naming conventions, whether to maintain symbolic or hard links or neither, which filesystems (if any) need mounting and unmounting, and whether to delete redundant /lib/modules directories when removing the last corresponding kernel. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    android-timestamp-keeper

    Read and write timestamps to files in android

    ...Other options that could work, like FTP with MFMT command doesn't work properly on android either. Droid Explorer is enough for files, but doesn't support folders. This handy bash script helps you to backup and restore the last modified timestamp for folders recursively. If you want to use an android native app, there's File Timestamp, however the txt format is different. https://play.google.com/store/apps/details?id=br.com.pogsoftwares.filetimestamp
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    lguicd

    Utility to change directory when in gnome-terminal via a dialog

    lguicd is a utility that lets you change directory while in gnome-terminal running the bash shell via a GTK dialog. I wrote it myself. It is Free and Open Source software. At the moment there is only a version available for Ubuntu 17.04 64 bit standard flavor (Unity).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    File rename utils are robust bash hacks that enable various file renaming actions. These include upper, lowercase, and capitalized conversions, space removal,and a KDE-compatible trash can. Man page documentation is provided
    Downloads: 1 This Week
    Last Update:
    See Project
  • FusionAuth: Authentication and User Management Software Icon
    FusionAuth: Authentication and User Management Software

    Offer your users flexible authentication options, including passwords, passwordless, single sign-on (SSO), and multi-factor authentication (MFA).

    FusionAuth adds login, registration, SSO, MFA, and a bazillion other features to your app in days - not months.
    Learn More
  • 10

    Sort'EmUp

    A shell script to sort all your files.

    There are times, when it becomes hectic to manage files we download or take from friends. Its a burden to arrange them in a defined fashion. Sort'EmUp is a shell script that does it for you. Also, you can edit this as you want things to happen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    fsize

    Print file size of a file

    A simple and tiny shell script to print the file size of a file, from Bits all the way up to Yobibytes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Inotifyfs is a set of scripts, primarily on bash to allow user keep remote and local folders synced in real time in efficient way based on inotify kernel evens and function in user space.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    dupehasher

    Shell script for managing duplicate image files in a directory.

    dupehasher scans the given directory for files that are identical except by filename. dupeshasher will generate a report plaintext file named 'dupelist.txt' in the working directory (which contains, per line, tab-delimited names of files whose contents are identical). Depending upon the arguments supplied by the user upon invoking dupeshasher, it will also delete all duplicates, keeping either the oldest or newest of all sets of duplicates. Additionally it can batch-rename all...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    srcdb

    A tool for source code downloading and integrity checking

    ...SRCDB (util) is designed to: 1) Populate its database with the data describing tarballs: name of the tarball, URLs of origin and contents checksums. 2) Download and perform integrity checks of tarballs described by the database, given the database key. 3) Inform other tools about location of a tarball in the local filesystem (or its absence), given the database key. SRCDB (util) is implemented as a shell-script for immediate availability. It is meant to be a personal tool for those who like to tweak software themselves.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Sort Files By File Type Bash

    Bash Script for Sorting Files by File Type

    Script sorts Files by Filetype in to a destination dircetory. Very use full after using photorec for recupling files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This script make a copy of a file, in the directory ".vers" with a timestamp on the end.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SmartDupe

    SmartDupe

    Replaces file Duplicates by Hard Links

    SmartDupe is bash script which replaces file Duplicates in a given path by Hard links to free space on your Hard Drive.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    oOoOps

    clean your workspace and package it

    This is a tool for windows script. just clean your workspace and package the codes. supported workspace list: VS, VC, Eclipse, EVC
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    a shell script to recursively compare 2 directories, file by file (using md5sum command)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Wrapped shell scripts to change the OS X Finder. One script to display hidden files and another script to return Finder to normal mode. Just double click them to use.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    "J" Renamer is a tiny win32 batch shell script that can be used to rename large numbers of files (up to 9999 at a time). Specifically designed to allow flexible, and fast sequential numbering and pre/post fixing of names.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    For each File lets you run an arbitrary set of GNU BASH commands upon an arbitrary set of objects. The author often uses it to perform repetitive tasks such as renaming, extracting, moving, and manipulating a large number of files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Multiple Remote SHell Management On Demand aids in the management of multiple systems via SSH and shared keys. In its simplest form one can run one script on multiple systems returning and logging stdout and stderr for each system on demand.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next