Sylvie Crowe 0a8c97858c Download File Option (#80)
This adds to the context menu to give the ability to download a file. It
also fixes a couple bugs and improves some formatting of the directory
view.
2024-06-26 12:14:59 -07:00
2024-06-12 11:58:17 -07:00
2024-06-26 12:14:59 -07:00
2024-06-26 12:14:59 -07:00
2024-06-26 12:14:59 -07:00
2024-05-28 12:12:28 -07:00
2024-06-11 17:42:10 -07:00
2024-05-28 12:12:28 -07:00
2024-06-19 23:59:41 -07:00
2024-06-19 23:59:41 -07:00
2024-06-24 10:17:35 -07:00
2024-06-11 17:42:10 -07:00
2024-06-24 10:17:35 -07:00

The Next Wave

Prereqs:

You'll need to install "task" (which we're using as a build/run system):

brew install go-task

On first checkout:

yarn
go mod tidy

Then, run the following command to start the app using the Vite dev server (this will enable Hot Module Reloading):

task electron:dev

To run the app without the dev server, run the following instead:

task electron:start
S
Description
No description provided
Readme Apache-2.0 40 MiB
Languages
Go 49.9%
TypeScript 42.4%
Less 6%
JavaScript 0.9%
CSS 0.5%
Other 0.2%