You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A cross-platform command shell intended for file management.
3
+
4
+
# Installation
5
+
6
+
<details>
7
+
<summary>Windows</summary>
8
+
Download the executable binary from the <ahref="https://github.com/fireblade211/filecmd/releases">Releases</a> page and run it.
9
+
</details>
10
+
<details>
11
+
<summary>macOS</summary>
12
+
See the <ahref="#building">Building</a> section for more info. Precompiled DMG files aren't provided for macOS (mainly because I don't own a mac lol)
13
+
</details>
14
+
<details>
15
+
<summary>Linux (Debian)</summary>
16
+
17
+
Download the <B>.DEB</B> file from the <ahref="https://github.com/fireblade211/filecmd/releases">Releases</a> page, run it and click <B>Install Package</B>. You can then open the terminal and run by typing:
Then, open the [FileCmd.slnx](src/FileCmd.slnx) file in **Visual Studio** and click the **Run** button.
33
+
34
+
# Getting Started
35
+
When **FileCmd** starts, you can type the **cmdlist** command to view a list of the commands. The command will also tell you how to access help for the other commands.
0 commit comments