Skip to content

jyuhuan/Seeker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Seeker

Seeker is a Finder extension for programmers.

Current Rules

⚠️ This project is at a very early stage. Nothing is flexible. All rules are hardcoded.

Opening Methods

  • If .idea/ exists, then
    • Open with IntelliJ IDEA
  • If .git/ exists
    • Open on GitHub (if remote is on GitHub)
    • Open on BitBucket (if remote is on BitBucket)

Operations

  • If build.sbt exists, then
    • SBT
      • Publish Signed
      • Assembly
      • Compile
      • Run
      • Clean
  • If .git/ exists, then
    • GIT
      • Commit
      • Push
  • If Package.swift exists, then
    • SwiftPM
      • Build
      • Update
      • Create Xcode Project
  • If package.json exists, then
    • NPM
      • Install

RoadMap

  • Add operations to files. Currently operations are triggered only on folders. However, operations on individual files are also important. E.g., within a Git managed folder, each file should have an operation called Add to Git.
  • Allow users to define their own rules of opening methods and operations through an XML/Json/YAML/etc. configuration file.

About

A Finder extension for programmers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages