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

Latest commit

 

History

History
24 lines (20 loc) · 632 Bytes

File metadata and controls

24 lines (20 loc) · 632 Bytes

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