An application made with web technologies that I use to manage and run my Linux commands. Offers a graphic interface for CRUD operations and running terminals inside the application.
See [lanimjs]/lib/examples for some captures of the application.
- Tools provided by Ubuntu 22.04, like gcc and python
- gcc (works with 'gcc version 11.4.0' included in Ubuntu 22.04)
- node 22
- git clone https://github.com/JosueCA/lanimjs.git
- npm install
- npm run electron-builder
The AppImage should be created in "dist/lanimjs-x.y.z.AppImage"
- See 'docker' directory in this respository