Skip to content
This repository was archived by the owner on Nov 23, 2023. It is now read-only.

sanG-github/finder-fe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finder Frontend

This application simulates the MacOS system with a functional terminal that can do some below stuffs

      resources :folders do
        get :roots, on: :collection
        get :ls, on: :collection
      end
      resources :items do
        get :cat, on: :collection
      end
      resources :resources do
        get :find, on: :collection
        post :cr, on: :collection
        put :mv, on: :collection
        put :up, on: :collection
        delete :rm, on: :collection
      end

Demo

image

About

FrontEnd repo for Finder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •