David McClellan

Results 43 comments of David McClellan

There was some discussion a few years ago saying that URL was no longer valid and seems to be the case again. Not a lot of activity on this project...

What are you piping in to? `less`? I would assume that `less` is stripping the color, although with my minimal testing and very minimal knowledge of the inner workings of...

Using [lsd](https://github.com/Peltoche/lsd)`--color=always` I was able to confirm that on MacOS using `less -R` (or `less -r` for that matter) keeps colors in tact. I'll look into what was used for...

@TRENEEDNAMME You can change the date format on lines 34 and 35 of the main.go file. https://github.com/sachaos/todoist/blob/45738fbdcbf5eb06face0640120b4ad4b46a3be7/main.go#L34-L35 And a bit more information on `time.Time`'s [Format()](https://pkg.go.dev/time#Time.Format).

Solved in Pull Request: #181 Feel free to cherry-pick and let me know how it goes. No reason to recompile the binary to change this option anymore.

@joshtemple I just performed a build from source and found my `config.json` in `$HOME/.config/todoist/`. Can you confirm with a build from source that that's where the config ends up being...

Looks like this can be closed as it was resolved in #58? Edit: @kenliu Could we mark this one was resolved?

This should be added to the .git ignore and invalidated by @KalleHallden. Security wise this should never be public.

I was referring to a little farther down the thread. Also note that, although they are public for your application, these files should not be made available on public repositories...

I would say regardless of merge conflicts with other commits, there is too much baked into this for a proper PR. @KaloyanStoyanov06 I think you should split this into smaller...