Skip to content

joypauls/scry

Repository files navigation

Build Status Latest Release Go Report Code Coverage Go Version go.dev Reference

⚠️ WIP: This is just a prototype, use at own risk!

scry 🔮

A terminal-based file system explorer written in Go intuitive and snappy enough to keep up with your thoughts! Intended to exist in the space somewhere between the ls utility and a full-featured GUI file manager like Ranger to make some common tasks easy, quick, and fun.

This project makes heavy use of the wonderful tcell Go package.

Quick Start

Check out the documentation website for the best experience, thank you!

Configuration

Directory: ~/.scry/ Config File: ~/.scry/config.yaml Favorites Store: ~/.scry/favorites.json

Dev Stuff

Release a New Version

  1. Create new tag with git like so: git tag -a v<NUMBER> -m "<MESSAGE>"
  2. Push the new tag git push --tags