HackerLangs
TopNewTrendsCommentsPastAskShowJobs

dantelex

7 karmajoined 8 ปีที่แล้ว

Submissions

Show HN: Copy the Code. Keep the Updates

useregraft.com
1 points·by dantelex·เมื่อวานซืน·0 comments

Show HN: Code Workspace, Everywhere

useboot.co
3 points·by dantelex·3 วันที่ผ่านมา·0 comments

Show HN: Give your files an undo button

useundo.co
4 points·by dantelex·4 วันที่ผ่านมา·4 comments

Show HN: Dropbox For –/[Code]

github.com
2 points·by dantelex·11 วันที่ผ่านมา·0 comments

comments

dantelex
·4 วันที่ผ่านมา·discuss
It hooks into the filesystem directly. Undo runs as a background watcher on a folder/project, sees file changes regardless of which app made them, and snapshots local history into ~/.undo/.

So it’s not wrapping specific apps like Cursor, VS Code, etc. Any editor or tool that writes files is covered.

It's also OSS, you can check it out.
dantelex
·4 วันที่ผ่านมา·discuss
What do you mean by? rm huge-file.zip should delete the file for you.

If it's not that, I'm happy to understand or open an issue if you try it out. It's OSS