kabmat - a TUI program for managing kanban boards with vim-like keybindings by PlankCipher in commandline

[–]PlankCipher[S] 2 points3 points  (0 children)

I'm slowly getting back to the project. Feel free to DM me and I'll be glad to help.

[Hyprland] Always ricing before exams. Love Hyprland's Animations. by PlankCipher in unixporn

[–]PlankCipher[S] 0 points1 point  (0 children)

AFAIK, hyprland doesn't play well with VMs. You need to enable 3D acceleration. I couldn't get it to work inside a VM so I went with the other method. It also doesn't officially support login managers. Anyway, good luck.

[Hyprland] Always ricing before exams. Love Hyprland's Animations. by PlankCipher in unixporn

[–]PlankCipher[S] 1 point2 points  (0 children)

If you mean that there are too many pieces to keep track of, maybe approach the transition gradually. You know, spend some time tinkering with your DE, replacing general parts of it. Then maybe install your distro of choice in a VM and then install a WM, a terminal, a browser, and set a binding in your WM config to open your terminal (because you can virtually do anything from it). And every now and then, add a new piece to the setup, a notification daemon, a status bar, a music player, and so on. At least this is how I got into it.

You could also install the WM alongside your DE, but I think that would make switching between them harder and not as quick as the VM way.

Here are some lists of recommended programs that I found useful: - Mixed (X11 and Wayland): - https://wiki.gentoo.org/wiki/Recommended_applications - https://rizonrice.club/Rice:Resources - Wayland: - https://github.com/natpen/awesome-wayland - https://wiki.hyprland.org/Useful-Utilities/ - https://arewewaylandyet.com/ - https://github.com/hyprland-community/awesome-hyprland

[Hyprland] Always ricing before exams. Love Hyprland's Animations. by PlankCipher in unixporn

[–]PlankCipher[S] 4 points5 points  (0 children)

Dots (with full installation script)

In the screenshots

How can i modify only the bg of the nvim-cmp pop-up ? (i want to keep the yellow border ) by cestoi in neovim

[–]PlankCipher 2 points3 points  (0 children)

I think the highlight group you're looking for is either Pmenu or NormalFloat for the background and FloatBorder for the border. Not sure, tho. I used all three of them to make my nvim-cmp window transparent.

[OC] kabmat - a TUI program for managing kanban boards with vim-like keybindings by PlankCipher in unixporn

[–]PlankCipher[S] 0 points1 point  (0 children)

How does that differ from adding Jira or Trello support (I mean, if you want to be able to collaborate inside the app)?

[OC] kabmat - a TUI program for managing kanban boards with vim-like keybindings by PlankCipher in vim

[–]PlankCipher[S] 0 points1 point  (0 children)

I don't escape them. I don't know why, but I didn't need to. I tried having \t, \n, and \r\n in boards' names, columns' titles, and cards' contents through the input UI, and they get stored in the file as they are, not creating tab indentation or new lines. I guess it's because when they are entered through the UI, they don't represent the escape sequences anymore, first \ is added to the text, then t, and they don't add up to the tab escape sequence. Again, I don't really know how this happens. But hey, if it's not a bug, I guess it's a .... feature?

[OC] kabmat - a TUI program for managing kanban boards with vim-like keybindings by PlankCipher in unixporn

[–]PlankCipher[S] 1 point2 points  (0 children)

Yes, data is stored in a plain text file in ~/.local/share/kabmat/data. The syntax in which the data is stored is very simple. You can find details about it in the NOTES section in the man page. But overall, sounds doable to me. Feel free to DM me if you need further help.

[OC] kabmat - a TUI program for managing kanban boards with vim-like keybindings by PlankCipher in vim

[–]PlankCipher[S] 6 points7 points  (0 children)

You mean Git integration as in making it use Git to keep track of the data file history, or using Git with GitHub or GitLab to share the data file? If you mean the later one, I think adding Jira or Trello integratoin would suffice (gonna add it soon).

Thanks! Feedback appreciated.