aligator
aligator
This sets the default date of `timetrace list records` to the current date to make it easy to just get the records from the current day.
As discussed in https://github.com/dominikbraun/timetrace/issues/91 we may need plugins. This is a first draft, which uses the GoPlug lib, which I created specifically for timetrace. Both, this PR and GoPlug are...
Support for [Clockify](https://clockify.me/) would be great. There exists an [API](https://clockify.me/developers-api) for it.
Hi, I implemented a [FAT filesystem](https://github.com/aligator/GoFAT) myself and added a similar wrapper like afero has now to support the io.FS interface. But now I tried to instead use the wrapper...
Hi, as noted in https://github.com/spf13/afero/issues/292 I got another error when testing my [FAT filesystem](https://github.com/aligator/GoFAT) using the afero IOFS wrapper: When wrapping my fs with the wrapper, (after resolving the error...
**Describe the bug** When saving an environment and / or setting it as default, it cannot be loaded the next time. This seems to be due to case-sensitive filesystems. It...
I often create new containers without a installation-script in the old PlayOnLinux. This option is missing in POL 5.
Currently the logic for processing the markdown / yaml-header is located in the main logic. For example tags are parsed there but then the population of the tags/... pages is...
Using go code generation.
Based on the work from https://github.com/aligator/GoSlice/pull/45 I think support for the Go templates would be really nice. https://golangdocs.com/templates-in-golang So for example the whole configuration and maybe some additional info such...