Clawdinal
Terminal with a sidebar. Drop folders in ~/Clawdinal, click to open. That's it.
Folders
my-app
api-server
dotfiles
~/Clawdinal/my-app $ npm run dev
ready - started server on 0.0.0.0:3000
~/Clawdinal/my-app $
Drop folders, they appear
Put any folder in ~/Clawdinal. It shows up in the sidebar instantly.
Click to terminal
Click a folder, get a terminal in that directory. No cd needed.
Tabs
Multiple terminals per folder. Cmd+T for new tab.
Install
# Clone and run
git clone https://github.com/wmexi/clawdinalweb
cd clawdinal
npm install
npm start