asakura42

Results 34 comments of asakura42

Adding "--resize-colors 256" fixed issue.

Or, if you don't want to lose the simplicity of the todo.txt format, maybe make it easier to switch between different files?

>use the template Okay, I'll use it in future. Personally I often autostart programs with line in `.xprofile` as xinit user. For example, `blueman-applet &` opens blueman and keeps its...

I implemented that in my smol script, if you want to see it in action : https://github.com/asakura42/todo.sh Honestly I found it very useful.

That's a great idea. But in that case should also make separate settings. It's useless to anonymize if you can see the IP anyway: for that one account has to...

Same with `# vi: syntax=sh`

As inbuilt hosts, I thought. Nevermind, i digged deeper into your program and I see that I can do it manually. Anyway this idea can be helpful for users to...

solution: ```diff diff --git a/src/lib.rs b/src/lib.rs index ab9a3e9..c33d437 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -83,7 +83,7 @@ impl VocaSession { args.push( Arg::with_name("returntofirst") .long("returntofirst") .short("-1") - .help("When a card is demoted...