[go: up one dir, main page]

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

  • One Platform. Total IT Insight. Start with PRTG Now Icon
    One Platform. Total IT Insight. Start with PRTG Now

    Rely on a single source of truth. PRTG unifies monitoring for all your systems, apps, and services.

    Why settle for fragmented monitoring? PRTG consolidates everything - servers, VMs, network devices, cloud services, and more, into one powerful platform. Get real-time status, customizable alerts, and deep analytics to drive smarter decisions. Designed for complex environments, PRTG scales with your needs, supports team collaboration, and helps you prevent outages before they impact users. Take control of your IT landscape and deliver the uptime your business requires.
    Start Your Free PRTG Trial
  • Comet Backup - Fast, Secure Backup Software for MSPs Icon
    Comet Backup - Fast, Secure Backup Software for MSPs

    Fast, Secure Backup Software for Businesses and IT Providers

    Comet is a flexible backup platform, giving you total control over your backup environment and storage destinations.
    Learn More
  • 1
    The Doszip Commander

    The Doszip Commander

    TUI file manager (NC clone) with built-in Zip for DOS and Windows

    The Doszip Commander is an LFN-aware TUI file manager (NC clone) with built-in Zip and UnZip for DOS and Windows.
    Downloads: 30 This Week
    Last Update:
    See Project
  • 2
    fish is a shell that provides the user with powerful features in a way that is easy to discover, remember, and use.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 3
    Clean Temporary Places
    In short: Deletes unused, temporary, sometimes hard to find files for you, automatically. Created by Dako and inspired from "Cleano" by Michael Ascker.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    cdu : a color du, disk usage

    cdu : a color du, disk usage

    An unix command line "du" with colors

    cdu (for Color du) is a perl script which call du and display a pretty histogram with optional colors which allow to imediatly see the directories which take disk space. With no arguments, cdu reports the disk space for all subdirectories of the current directory. With only one directory argument, cdu reports the disk space for all subdirectories of the given directory. You can also call du with no predefined options. For more documentation about available options, see the manpage below.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Unimus makes Network Automation and Configuration Management easy. Icon
    Unimus makes Network Automation and Configuration Management easy.

    Deploying Unimus to manage your entire network requires only minutes, allowing for rapid deployment without headaches.

    We aim to make automation, disaster recovery, change management and configuration auditing painless and affordable for a network of any size.
    Learn More
  • 5
    qpkg is Arch Linux' "query package" tool, using it, you can search for packages in all known repositories and in AUR, install packages directly from AUR, find packages owning files on your filesystem, check the integrity of installed packages, a.m.m.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    A simple File Explorer, like Total Commander, in C# .Net.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Very fast setup of typo3: Just download typo3installer.php (or the .zip) and run it from your webspace. Fill in your mySQL-connection-data, press "Run Setup" and wait a minute: The large tar.gz-file is fetched from server-to-server, processed and typo3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    FastLink is a small Java application that manages Windows .lnk Files for fast, text-based access to applications and folders. By assigning the mnemonic 'ffx' to Firefox, you can simply start Firefox or other applications by typing [Win+R] ffx [Return].
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Larsen Commander for OS/2 and eCS

    Larsen Commander for OS/2 and eCS

    Source code is here - https://sourceforge.net/projects/lcmd-git/

    Source code is now developed using GIT. Please use new project page here - https://sourceforge.net/projects/lcmd-git/ Larsen Commander for OS/2 Warp and eCS. Consists of two parts; 1) the underlying C++ G-Lib framework that build directly on top of native 32 bit OS/2 APIs and 2) the Larsen Commander application it self, written in C++ on top of that G-Lib framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The CRM you’ll want to use every day Icon
    The CRM you’ll want to use every day

    With CRM, Sales, and Marketing Automation in one, Act! gives you everything you need for happier clients, more revenue, and less stress.

    Act! Premium is perfect for small and midsize businesses looking to market better, sell more, and create customers for life. With unparalleled flexibility and freedom of choice, Act! Premium accommodates the unique ways you do business. Whether it’s customizations to fit your specific business or industry processes or your preferences for deployment and access, the possibilities with Act! Premium are limitless.
    Learn More
  • 10
    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
  • 11
    Shell and File Manager
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    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
  • 13
    Adds the ability to Windows Explorer to change certain dates for a file. This is useful for maintaining correct release times for software or faking last access on files ;-).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    XPath Shell (XPsh) is a shell extension for selecting files with an XPath-inspired syntax, depending on file attributes and the metadata and/or content of individual files. XPsh can be used as a standalone command, or it can be integrated into a shell.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    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
  • 16
    jkl is console file manager for UN*X systems. It is inspired by popular FAR manager for Windows - all of it`s functionality is provided by plugins, so it could be easily extended with new functions (i.e. FTP client, compression tools...)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    krX LUA Scripts
    krX is a shell scripting system in LUA using Love2D, which is cross-platform and modular. It allows, among other things, file management, command execution with graphical and multimedia capabilities, thanks to the Love2D API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    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
  • 19

    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
  • 20
    Tagland provides hierarchical, taxonomic tagging system, called a tagonomy, and maps these hierarchies to spaces. Spaces have commands, schemae storage, and object storage. The system is implemented in Java, with a command-line user interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next