https://github.com/uros-5/vim-vid
Tool for editing videos in Vim style, written in Vue 3.
https://github.com/uros-5/vim-vid
nvim videoeditor vim vue
Last synced: 3 months ago
JSON representation
Tool for editing videos in Vim style, written in Vue 3.
- Host: GitHub
- URL: https://github.com/uros-5/vim-vid
- Owner: uros-5
- Created: 2022-11-11T00:59:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-14T17:53:08.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T23:06:25.534Z (5 months ago)
- Topics: nvim, videoeditor, vim, vue
- Language: TypeScript
- Homepage: https://vim-vid.vercel.app
- Size: 2.07 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vim-vid
Vim people will understand how to use this :smiley:
Available at [https://vim-vid.vercel.app](https://vim-vid.vercel.app/).

Built with:
* Vue3(TypeScript + Zod)
* Pinia
* Vite
* ctrl-keysTry locally:
```bash
git clone https://github.com/uros-5/vim-vid
cd vim-vid
pnpm i
npm run dev
```