All Projects → matthew-matvei → Freeman

matthew-matvei / Freeman

Licence: gpl-3.0
A free, extensible, cross-platform file manager for power users

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Freeman

Circle Flags
A collection of 300+ minimal circular SVG country flags
Stars: ✭ 139 (-45.28%)
Mutual labels:  minimalist
Tinyfilemanager
The best web based PHP File Manager in single file, Manage your files efficiently and easily with tinyfilemanager
Stars: ✭ 2,679 (+954.72%)
Mutual labels:  filemanager
Jaya
Cross platform file manager application for Windows, Mac and Linux operating systems. (planned mobile support)
Stars: ✭ 219 (-13.78%)
Mutual labels:  filemanager
Practical Dapr
A full-stack .NET microservices build on Dapr and Tye
Stars: ✭ 140 (-44.88%)
Mutual labels:  minimalist
Uzlib
Radically unbloated DEFLATE/zlib/gzip compression/decompression library. Can decompress any gzip/zlib data, and offers simplified compressor which produces gzip-compatible output, while requiring much less resources (and providing less compression ratio of course).
Stars: ✭ 168 (-33.86%)
Mutual labels:  minimalist
Webpack Nano
A teensy, squeaky 🐤 clean Webpack CLI
Stars: ✭ 199 (-21.65%)
Mutual labels:  minimalist
Angular Filemanager
JavaScript File Manager Material Design Folder Explorer Navigator Browser Manager in AngularJS with CSS3 Responsive (with FTP in PHP / Java / Node)
Stars: ✭ 1,693 (+566.54%)
Mutual labels:  filemanager
Mayan Edms
Free Open Source Document Management System (mirror, no pull request or issues)
Stars: ✭ 226 (-11.02%)
Mutual labels:  filemanager
Melody
🎶 Minimalist websocket framework for Go
Stars: ✭ 2,303 (+806.69%)
Mutual labels:  minimalist
Ifm
Improved File Manager
Stars: ✭ 215 (-15.35%)
Mutual labels:  filemanager
Marta Issues
An issue tracker for Marta File Manager.
Stars: ✭ 145 (-42.91%)
Mutual labels:  filemanager
Lisp Chat
An experimental minimal chat written in Common Lisp
Stars: ✭ 160 (-37.01%)
Mutual labels:  minimalist
Good Clean Read
A Jekyll template for publishing clean, readable articles and single-page sites
Stars: ✭ 204 (-19.69%)
Mutual labels:  minimalist
Hugo Theme Console
A minimal, responsive and light theme for Hugo inspired by Linux console.
Stars: ✭ 143 (-43.7%)
Mutual labels:  minimalist
Simple Dash
A simple, fully responsive Dashboard to forward to the services of your choice!
Stars: ✭ 222 (-12.6%)
Mutual labels:  minimalist
Docklike Plugin
A Dock-like Taskbar Plugin for XFCE
Stars: ✭ 139 (-45.28%)
Mutual labels:  minimalist
Nova Filemanager
A Filemanager tool for Laravel Nova
Stars: ✭ 189 (-25.59%)
Mutual labels:  filemanager
Jumpfm
A file manager that lets you jump.
Stars: ✭ 252 (-0.79%)
Mutual labels:  filemanager
Millennial
A minimalist Jekyll theme for running an online publication
Stars: ✭ 223 (-12.2%)
Mutual labels:  minimalist
Minimalist
A Material Color Scheme Darker for Vim.
Stars: ✭ 205 (-19.29%)
Mutual labels:  minimalist

FreeMAN

Travis-CI build status AppVeyor build status Dependencies Dev Dependencies Maintainability First contributions welcome

A free, extensible, cross-platform file manager for power users


FreeMAN with open integrated terminal

Features

  • Quick, clean, dual-paned file-system navigation with a strong keyboard-led focus
  • Integrated terminal per navigation pane for those things a file explorer just can't do
  • Focus on customisability to tailor it to the user's whims
  • Quick navigation with a Go To box

Future

  • Tighter integration between navigation and integrated terminals
  • Further behaviour to be customisable
  • Extending usefulness of the Go To and Commands boxes

Roadmap

  • Core application ready for beta use
  • Out-of-the-box plugins ready for beta use
  • Core application ready for production use
  • Out-of-the-box plugins ready for production use

The core application is ready for beta use, supporting Linux and Windows OS's. Feel free to set up electron-builder for MacOS and make a PR.

Getting started

npm install
npm start

If you want, you can add user-specific settings files, e.g. freeman.keys.json like so:

touch {userData}/freeman.keys.json

{userData} above refers to Electron's app.getPath("userData") location, (which depends on whether the application is running in a development or production environment). Example files can be found in the ./resources/ folder.

Packaging

If you would like to package / install the program, on Windows and Linux you can:

npm run package

Then run the appropriate built executable.

Running

During development, after compiling you can:

npm run start

After packaging, you can run the system-dependent executable outputted by electron-builder in the ./dist/ folder.

Developing

An overview of the codebase can be found in the docs. If you find it helpful, you can npm run docs and open the generated docs/generated/index.html file. Please let me know if you find this useful.

Debugging

Providing the --verbose or -V command-line argument will make the application log in more detail, helping trace execution when using the packaged app. Logs of warnings and errors can be found at {appData}/log.log.

How to contribute

Contributions are welcome! Work on the core application is still under way. There are numerous areas with room for improvement in usability and stability. My priorities for development are currently:

  • Core functionality
  • Plugin functionality (starting with out-of-the-box ones)
  • Appearance

I'll take whatever pull requests, issues, contributors and PMs I can get! Please have a look at the Contributing Guidelines before submitting a PR.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].