1.3.0-beta • Published 2 years ago

mdir.js v1.3.0-beta

Weekly downloads
53
License
BSD3
Repository
github
Last release
2 years ago

Mdir.js

Instruction

Mdir.js is a visual file manager.

It's a feature rich full-screen text mode application that allows you to copy, move and delete files and whole directory trees, search for files and run commands in the sub-shell.

It's a clone of Mdir, the famous file manager from the MS-DOS age. Mdir.js inherits the keyboard shortcuts and the screen layout from Mdir to maximize user-friendliness.

The best feature of Mdir.js are its ability to connect SFTP, SSH and view tar and zip files and it's convenient to operate the terminal shell inside the sub-window.

Also, you can connect directly to the same client through SSH after SFTP remote access and it's convenient to go directly from the SFTP directory to the SSH directory.

For bug reports, comments and questions, please send to GitHub Issues Site or email to la9527@daum.net.

Tested OS

  • Windows 10
  • MAC OSX Catalina (10.15.x)
  • Ubuntu Linux

License

Mdir.js is distributed under the BSD 3-Clause License. See 'LICENSE' for the detail.

Binary Download

  • Windows 10

  • Mac OSX

Build & Installation

1) Dependencies

  • Common

  • Windows

    npm install requires some tools to be present in the system like Python and C++ compiler. Windows users can easily install them by running the following command in PowerShell as administrator. For more information see https://github.com/felixrieseberg/windows-build-tools:

    $ npm install -g --production windows-build-tools
  • Mac OS

    Xcode is needed to compile the sources, this can be installed from the App Store.

  • Linux/Ubuntu

    sudo apt install -y make python build-essential

2) Install

$ mkdir mdir
$ cd mdir
$ npm install mdir.js

3) Run

$ mdir
  • If it does not run, close the terminal and try again.

Version History

  • v1.3.0
    • improve Change ECMAScript modules from CommonJS modules.
    • improve library version update and dependency change by node.js >= 16.0.
  • v1.2.8
  • v1.2.7
    • improve implement new file function.
    • improve mount menu for linux (thank you for rsyh93)
    • bugfix bugfix for typing a backslash while searching. (thank you for rsyh93)
  • v1.2.6
    • improve implement new file function.
  • v1.2.5
    • improve Fixed mouse selection function in terminal to work in editor and terminal without split screen.
  • v1.2.4
    • bugfix bugfix for the zsh prompt in the subshell.
  • v1.2.0
    • improve Supports search and directory caching on the MCD.
  • v1.1.0
    • ADD Support the xz compress file.
  • v1.0.0
    • ADD Supports the SFTP and the SSH Connection. (F6)
    • ADD The terminal(sub-shell) supports the full screen. (Ctrl+U)
    • ADD When directory change on the terminal(sub-shell) then it is auto detect, and when quit the terminal, move to a last stayed directory.
  • v0.8.4
    • bugfix bugfix for execute a file name with blank characters.(win32)
    • improve js, ts files apply a ESLint.
  • v0.8.3
    • Add option to select a program when running the program. (Ctrl+R)
    • Add configuration file.
  • v0.8.2
    • bugfix package dependency for windows 10
    • add show logo at startup
  • v0.8.1
    • compressed files support (zip, tar.gz, gz, bz2) (Supports copy, remove, rename, create directories of the selected files in the compressed file viewer.)
  • v0.7.x
    • simple editor support in the window box. (auto detect text file encoding)
  • v0.6.x
    • korean text translation support
  • v0.5.x
    • simple image viewer support (png, jpeg, gif)
    • true color image support in the iTerm (MacOS only).
  • v0.4.x
    • terminal support(sub-shell) in the window box.
  • v0.2.x
    • Add the hint on the bottom side.
    • Add the command line at the bottom side (press slash('/') key)
  • v0.1.x
    • Support the MCD(directory changer of tree design) in the window box.

Gallery

1. Main Screen (Split Window)

Mdir.js MAIN

2. Mcd Screen (Tree viewer)

Mdir.js MCD

3. Terminal(Sub-shell) in the inside window

Mdir.js XTerm

4. Internal Editor

Mdir.js XTerm

5. Simple Terminal Image Viewer

Mdir.js XTerm

6. SSH, SFTP Support

Mdir.js SSH,SFTP

1.3.0-beta

2 years ago

1.2.8-beta

2 years ago

1.2.7-beta

3 years ago

1.2.6-beta

3 years ago

1.2.5-beta

3 years ago

1.2.4-beta

3 years ago

1.2.3-beta

3 years ago

1.2.2-beta

4 years ago

1.2.1-beta

4 years ago

1.2.0-beta

4 years ago

1.1.0-alpha

4 years ago

1.0.9-alpha

4 years ago

1.0.8-alpha

4 years ago

1.0.7-alpha

4 years ago

1.0.6-alpha

4 years ago

1.0.5-alpha

4 years ago

1.0.4-alpha

4 years ago

1.0.3-alpha

4 years ago

1.0.1-alpha

4 years ago

1.0.2-alpha

4 years ago

1.0.0-alpha

4 years ago

0.8.4-alpha

4 years ago

0.8.3-alpha

4 years ago

0.8.2-alpha

4 years ago

0.8.1-alpha

4 years ago

0.8.0-alpha

4 years ago

0.7.4-alpha

4 years ago

0.7.3-alpha

4 years ago

0.7.2-alpha

4 years ago

0.7.1-alpha

4 years ago

0.7.0-alpha

4 years ago

0.6.0-alpha

4 years ago

0.5.17-alpha

4 years ago

0.5.15-alpha

4 years ago

0.5.16-alpha

4 years ago

0.5.14-alpha

4 years ago

0.5.13-alpha

4 years ago

0.5.12-alpha

4 years ago

0.5.10-alpha

4 years ago

0.5.11-alpha

4 years ago

0.5.9-alpha

4 years ago

0.5.8-alpha

4 years ago

0.5.7-alpha

4 years ago

0.5.5-alpha

4 years ago

0.5.0-alpha

4 years ago

0.4.0-alpha

4 years ago

0.3.5-alpha

4 years ago

0.3.0-alpha

4 years ago

0.2.2-alpha

4 years ago

0.2.1-alpha

4 years ago

0.2.0-alpha

4 years ago

0.1.5-alpha

4 years ago

0.1.4-alpha

4 years ago

0.1.3-alpha

4 years ago

0.1.2-alpha

4 years ago

0.1.0

4 years ago