All Projects → pranavbaburaj → termex

pranavbaburaj / termex

Licence: MIT license
Explore the filesystem from your terminal

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to termex

Tree.nvim
Neovim file-explorer powered by C++
Stars: ✭ 140 (+566.67%)
Mutual labels:  explorer, file-explorer
ShellAnything
ShellAnything is a C++ open-source software which allow one to easily customize and add new options to *Windows Explorer* context menu. Define specific actions when a user right-click on a file or a directory.
Stars: ✭ 103 (+390.48%)
Mutual labels:  explorer, file-explorer
Gxchain Explorer
GXChain explorer(GXChain区块链浏览器)
Stars: ✭ 105 (+400%)
Mutual labels:  explorer
Boltdbweb
A web based GUI for BoltDB files
Stars: ✭ 251 (+1095.24%)
Mutual labels:  explorer
Bitcoin Transaction Explorer
Simple and pure block explorer you can run on top of a full node
Stars: ✭ 165 (+685.71%)
Mutual labels:  explorer
Lisk Explorer
📦 Lisk blockchain explorer
Stars: ✭ 123 (+485.71%)
Mutual labels:  explorer
Qian
A minimalist file-explorer using Electron via Elm !
Stars: ✭ 198 (+842.86%)
Mutual labels:  explorer
Explorer
Block Explorer of Nebulas
Stars: ✭ 95 (+352.38%)
Mutual labels:  explorer
eosweb
EOS blockchain explorer
Stars: ✭ 29 (+38.1%)
Mutual labels:  explorer
Cleargraph
⛓ Cleargraph is a GraphQL runtime for decentralized applications
Stars: ✭ 250 (+1090.48%)
Mutual labels:  explorer
Wl Explorer
用于vue框架的文件管理器插件,云盘、网盘。File manager plug-in for vue framework, cloud disk.
Stars: ✭ 147 (+600%)
Mutual labels:  explorer
Sabisu Rails
Simple and powerful engine for exploring your Rails api application
Stars: ✭ 129 (+514.29%)
Mutual labels:  explorer
Explorer
EthereumClassic Block Explorer
Stars: ✭ 202 (+861.9%)
Mutual labels:  explorer
Big Dipper
A block explorer for Cosmos
Stars: ✭ 119 (+466.67%)
Mutual labels:  explorer
Fisco Bcos Browser
A broswer to show the detail infomation of a running FISCO BCOS chain
Stars: ✭ 138 (+557.14%)
Mutual labels:  explorer
Tools
a collection of useful tools, including SKTimeStamp and StExBar
Stars: ✭ 105 (+400%)
Mutual labels:  explorer
Rx Explorer
一款轻量的UWP文件管理器 | A lightweight UWP Explorer
Stars: ✭ 184 (+776.19%)
Mutual labels:  explorer
Squircle-IDE
👨‍💻 Squircle CE is a fast and free multi-language code editor for Android
Stars: ✭ 642 (+2957.14%)
Mutual labels:  file-explorer
mpfshell-lite
👾 The lightweight version of the mpfshell is for pure CUI drivers.
Stars: ✭ 28 (+33.33%)
Mutual labels:  file-explorer
Erc20 Explorer
An explorer for ERC20 based Ethereum tokens
Stars: ✭ 248 (+1080.95%)
Mutual labels:  explorer

Termex

Explore the filesystem from your terminal
📖 Documentation · Report a Bug · Request Feature



About

Termex(Terminal Explorer) is a terminal-based file explorer created using typescript.

Features

  • Terminal-based file navigation

  • View files with syntax highlighting

  • Discord RPC and many other small features

    WIP

    • Github Gists

Read the documentation here

Installation

Manual installation

Building from source

Inorder to build the repository from your local system 💻, you will need to have the following programs installed:

Once you have installed all the required software, let's get started by cloning the repository.

# Clone the repository into your local system
git clone https://github.com/pranavbaburaj/termex.git

# Get into the directory
cd termex

Build the project

# Install typescript to compile the source
npm i typescript -D

# Install node-gyp(Required by discord-rpc) and pkg(to package the application)
npm install node-gyp pkg

# Install all the other dependencies
npm install

# Compile the source into dist directory
tsc index.ts --esModuleInterop true --allowJs true --outDir ./dist


# Build the application into an executable
pkg -c package.json ./dist/index.js

Once you are done with the installation, add the executable into the PATH envrionment variable and start using termex.

Please mind reading the documentation before using termex. Learn more about documentation here

Documentation

Read the official documentation here. If you find any issues with the documentation, please let us know by creating an issue.

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].