All Projects → xvw → Qian

xvw / Qian

Licence: mit
A minimalist file-explorer using Electron via Elm !

Programming Languages

elm
856 projects

Projects that are alternatives of or similar to Qian

Folder Explorer
分析文件目录,统计数据并以树形结构和图表的形式展示结果,也可以导出多种格式留存
Stars: ✭ 479 (+141.92%)
Mutual labels:  finder, explorer
fzfx
fzfX delivers the power of finding, previewing, editing and managing any file in few key strokes.
Stars: ✭ 71 (-64.14%)
Mutual labels:  finder, explorer
Fisco Bcos Browser
A broswer to show the detail infomation of a running FISCO BCOS chain
Stars: ✭ 138 (-30.3%)
Mutual labels:  explorer
Wehousing
Golang微服务+区块链实战---go+micro+fabric实现租房上链系统
Stars: ✭ 182 (-8.08%)
Mutual labels:  micro
Microjs.com
Fantastic Micro-Frameworks and Micro-Libraries for Fun and Profit!
Stars: ✭ 1,927 (+873.23%)
Mutual labels:  micro
Tree.nvim
Neovim file-explorer powered by C++
Stars: ✭ 140 (-29.29%)
Mutual labels:  explorer
Micro Starter Kit
Cloud Native GoLang Microservices - gRPC, GraphQL
Stars: ✭ 167 (-15.66%)
Mutual labels:  micro
Go Grpc
A simpler grpc framework
Stars: ✭ 133 (-32.83%)
Mutual labels:  micro
Unfurl
Scraper for oEmbed, Twitter Cards and Open Graph metadata - fast and Promise-based ⚡️
Stars: ✭ 193 (-2.53%)
Mutual labels:  micro
Httpimport
Module for remote in-memory Python package/module loading through HTTP/S
Stars: ✭ 153 (-22.73%)
Mutual labels:  finder
Rx Explorer
一款轻量的UWP文件管理器 | A lightweight UWP Explorer
Stars: ✭ 184 (-7.07%)
Mutual labels:  explorer
Filesystem
FileSystem is an application that allows you to browse the content of your iPhone disk, displaying file and folders, files contents, and detailed informations about file and folder permissions.
Stars: ✭ 148 (-25.25%)
Mutual labels:  finder
Micro Starter
[Deprecated] 🔷 Basic (opinionated) starter kit for a micro app with webpack build
Stars: ✭ 144 (-27.27%)
Mutual labels:  micro
Micro Cluster
Run multiple micro servers and a front proxy at a time
Stars: ✭ 173 (-12.63%)
Mutual labels:  micro
Micro Medium Api
Microservice for fetching the latest posts of Medium with GraphQL.
Stars: ✭ 138 (-30.3%)
Mutual labels:  micro
Xconf
分布式配置中心
Stars: ✭ 185 (-6.57%)
Mutual labels:  micro
Winquicklook
"Quick Look" like Windows Explorer file viewer.
Stars: ✭ 135 (-31.82%)
Mutual labels:  explorer
Wl Explorer
用于vue框架的文件管理器插件,云盘、网盘。File manager plug-in for vue framework, cloud disk.
Stars: ✭ 147 (-25.76%)
Mutual labels:  explorer
Bitcoin Transaction Explorer
Simple and pure block explorer you can run on top of a full node
Stars: ✭ 165 (-16.67%)
Mutual labels:  explorer
Awesome Finder
😎 Search the awesome curated list without browser
Stars: ✭ 194 (-2.02%)
Mutual labels:  finder

Qian (wip)

Qian is an hackable micro File explorer for OSX, written in Elm and Electron. The name Qian come from the name of Zhang Qian, a Chinese explorer. (aha get it ?)

Tl;dr

Sample

Since I'm on Mac, I mainly use the terminal to navigate my files because I do not like much Finder (I don't really have any arguments ...). So I decided to build a small file explorer (mainly to navigate my documents) that would fit perfectly to my needs.

I used Elm because I wanted to learn how to use it, and Electron because I want to prototype quickly.

Philosophy

The main goal of this project is not to create a revolutionary software. Just build a useful software for me. The idea is to implement features only when I need them.

If you see any changes to the code, do not hesitate to make an issue or pull-request! In addition, if a feature seems interesting to implement, let's talk about it in an issue!

Usage

  • npm install -g elm (to install Elm)
  • make install to fetch the NPM dependancies
  • make build to build the application
  • make run to run the buildt application
  • make (a combo of make build and make run)
  • make app to create a runnable app on OSX

Shortcuts

  • Tab : toggle the focus on the searchbar
  • Cmd + Alt + Enter : Open the current folder in finder
  • Cmd + Enter : Open the current folder in a terminal
  • Cmd + < : Go on the pred view (if it exists)
  • Cmd + > : Go on the next view (if it exists)
  • Cmd + Shift + Space : Go to the parent (if it exists)

About the search bar

Using Tab you can toggle the search-bar activation. When you write text into this bar, the content of the folder will be filtered using a fuzzy-filtering. If you write /, Qian will open the first element of the result of the filtering.

Credits

  • @radmen: add the support of Fuzzy-Search (using a NoRedink's package)
  • @julien-leclercq: Makefile improvement
  • @xvw: everything else... (I think :P)

Tools

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