Browse free open source Unix Shell File Managers and projects below. Use the toggles on the left to filter open source Unix Shell File Managers by OS, license, language, programming language, and project status.

  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1

    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
  • 2
    Stratdate is a third party update tool for Slackware that is based off of phrag's slackmon script.It is written to both maintain a Slackware -current mirror and to safely upgrade to it. This software will work with all internet connections that can perf
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Software configurations are harsh to maintain when you work on several computers particularly when these configurations depend the platform or a specific host. synconf helps you to maintain/apply these configurations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Prcho is a Ruby on Rails-based online music player and organizer. Its design enables it to access extremely large music libraries with grace, finding songs quickly and streaming them all over the world.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure User Management, Made Simple | Frontegg Icon
    Secure User Management, Made Simple | Frontegg

    Get 7,500 MAUs, 50 tenants, and 5 SSOs free – integrated into your app with just a few lines of code.

    Frontegg powers modern businesses with a user management platform that’s fast to deploy and built to scale. Embed SSO, multi-tenancy, and a customer-facing admin portal using robust SDKs and APIs – no complex setup required. Designed for the Product-Led Growth era, it simplifies setup, secures your users, and frees your team to innovate. From startups to enterprises, Frontegg delivers enterprise-grade tools at zero cost to start. Kick off today.
    Start for Free
  • 5
    Ziprecv is a free and opensource zip recovery utility that extracts files from a zip archive sequentially. It can extract even incomplete zip files and archives with a corrupted index.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    antigift

    antigift

    antigift is simple cross-platform, files & folders encryption tool

    antigift could be used for encryption files & folders on USB-flash or HDD partition. Works on Linux (including Android), Windows, Mac OS X, FreeBSD, DragonFly BSD and other on OSes. Do not required installation. Include WIPE tool for wiping free space and tool for recovery forgotten key. See documentation at http://sourceforge.net/p/antigift/wiki/Home/ antigift простой и кросс-платформенный инструмент для шифрования файлов и папок(с ccrypt в качестве основы) Подробности см. на страничке с русской документацией http://sourceforge.net/p/antigift/wiki/rus/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Arpm is a handy tool for managing rpm packages on RedHat-based systems. Requires yum installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    bfm

    BigFileManager - Manage files outside of your VCS

    This tool is intended to manage big files out of your VCS but in your workarea. It's like mercurial largefile extension but independend of any VCS. Instead of the big file itself only a list of filenames with their checksums (md5) are committed to the VCS. The BFM can check for missing or outdated bigfiles and downloads them from a server using CURL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    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 abbreviations for file extensions doall 'ln *.???* $1.$2' As shown above, instead of '=' to indicate insertions, doall uses either * or $1 etc. doall -p (pretend mode) shows a list of commands instead of executing them doall -i (interactive mode) asks for confirmation for each command in turn doall -k (keep-running mode) ignores failing commands
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 10
    dotdrop

    dotdrop

    Save your dotfiles once, deploy them everywhere

    Dotdrop is a dotfiles manager that provides efficient ways of managing your precious config files. It is especially powerful when it comes to managing those across different hosts. The main idea of dotdrop is to have the ability to store each dotfile only once and deploy them with different content on different hosts/setups. To achieve this, it uses a templating engine that allows specifying, during the dotfile installation with dotdrop, based on a selected profile, how (with what content) each dotfile will be installed. Each dotfile is stored only once, dotdrop allows to template your config files such that the same dotfile is customized when deployed on the host you’re working on. Different profiles can be defined that allow for fine-grained control over which dotfiles have to be installed on different hosts (home, work, vps, etc). Some hosts/profiles will have all your dotfiles installed while others might just need a subset of the dotfiles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    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 remaining (post-deletion) files in a chronologically-sequential manner; or according to the md5sum or sha256 sum of every file. File extensions (.jpg for example) are preserved, and there is a user option to ensure that the extension is correct (for example, a .jpg file is indeed a jpeg and not, for example, a png). Finally, an interactive mode exists for users who are not comfortable with the command line.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    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 the same value. You can avoid this by setting the other conflicting key-binding to something else or by changing its value to off.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    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
  • 14
    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
  • 15

    m

    commandline mount helper for Slackware

    Short command to mount a hot-plugged filesystem on a predetermined place and way. By issuing m on command line it mounts or unmounts a preset device, presumably an USB flash drive or disk. The idea is to have a short command toggle the device from not mounted to mounted and the other way around. Sort of like a classical ball pen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Move files and/or folders, and create a symbolic link in the original place.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    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
  • 18
    A small utility that allows to recover accidentally removed files as long as they are still open. The "removed" file will be restored consistently - even if it's under heavy I/O - by re-creating the link to the file's i-node in the filesystem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    srcdb

    A tool for source code downloading and integrity checking

    SRCDB is a simple database and a utility managing the database. SRCDB (db) is designed to keep track of URLs of tarballs [presumably containing source code] and checksums (md5) of the files contained in the taballs. It is implemented as a filesystem subtree. The key to the database consists of 2 fields: name and version separated by dash. In the filesystem the key is implemented as a 'name/version' subtree. 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
  • 20
    Staviour is analyzer of filesystem contents on LSB system which prevents overbloating the software collection. It analyses filesystem contents by grouping entities, such as files or software packages, by user-defined property of the group.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    stow-jail
    This is an add-on to stow. If the "make install" didn't work with DESTDIR argument(or use another installer), stow-jail would close the installer command to the sandbox(unionfs+chroot),in this way all go to the "/stow/package_name" directory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    tokman is an interactive command which can manage projects directory archives on a removable media by writing a tokenring file for each project. A tokenring file contains the computer on which the project archive was extracted last.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    update hosts

    update hosts

    The latest available google hosts file. Domestic mirror image

    It is recommended to use the application to automatically obtain the latest hosts file. Open it with a text editor (such as Notepad++ ) Copy the entire content of hosts to the above file and save it. When manually replacing hosts, it is recommended to clear the original content of hosts and then perform a copy operation. After replacing the hosts file, the relevant records may not take effect immediately. You can turn off and turn on the network, or enable or disable the airplane mode to make the domain name resolution take effect immediately. hostsand other files are automatically generated by the program, if you want to change its content, please modify hosts-sourcethe branch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    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
  • 25
    vimv
    Vi move (vimv) - rename the files in a directory using the vi text editor.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.