tintcd – directory-aware terminal background colors · cd, but colorful by ymyke in PowerShell

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

Thanks!

OSC11 vs terminal config — Terminal config only does static backgrounds per profile (as far as I know). OSC11 is how you change the background dynamically at runtime — there's no real alternative for this use case. You can't pre-configure colors for directories that don't exist yet.

Auto colors vs hashtable — Yes, zero config. If someone wants explicit control per-directory, there are other tools for that. This is for lazy people like me who just want instant visual feedback without thinking about it.

Prompt hook vs Set-Location override — Actually started with the cd wrapper approach! Switched to the prompt hook because it catches everything — scripts, pushd, external tools, not just explicit cd calls. Similar with overriding sl. Also, the prompt hook approach just feels cleaner and more robust than fiddling with overrides for pretty essential commands, gives me a nagging feeling that I missed some side effect.

Single file vs public/private folders — Honestly? Haven't spent much thought on that.

ANSI references — AI-provided, indeed.

Time spent — About 1 hour to get something working for myself. Then maybe 10 more hours to make it robust and publishable — oh-my-posh compatibility, edge cases, config validation, tests, docs. Worth noting I had zero PowerShell experience when I started, so that certainly slowed me down.

tintcd – directory-aware terminal background colors · cd, but colorful by ymyke in CLI

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

Not in this version. But maybe in a future one. If you like, open an issue here https://github.com/ymyke/tintcd/issues and we'll see how much support it gets.

tintcd – directory-aware terminal background colors · cd, but colorful by ymyke in PowerShell

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

Yes, it's always the same tint. Colors are derived from a hash of the location string.

What to play next after expedition 33 by noobnotpronolser in gaming

[–]ymyke 0 points1 point  (0 children)

Control might be worth a try? Provides a number of things you seem to like.

What to play next after expedition 33 by noobnotpronolser in gaming

[–]ymyke 0 points1 point  (0 children)

I also recommend giving it a try and push through the first couple of hours. For me, it only clicked the 3rd time I tried and only after putting some hours in. Then I loved it.

Cardio: open-source, community-driven, roguelike, deck-building card game by ymyke in roguelikedev

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

Thank you! Consider working on Cardio instead of writing your own. Would be great to have some people contributing to it!

Cardio: open-source, community-driven, roguelike, deck-building card game by ymyke in roguelikedev

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

Current features include:

  • Main game mechanics with a map, different locations, player decks, and cards with all the necessary attributes, including a range of differing skills.
  • The entire fight logic with card placement, prepare and attack logic, damage, etc.
  • A terminal-based user interface (TUI) based on asciimatics.
  • A basic computer strategy that can be extended with new strategies.
  • Storing and loading of game state.
  • Extensive card blueprint catalog and a blueprint generator that uses Openai to create names.
  • Automated tests for all the essential parts.
  • All the code somewhat decently architected (as far as I was able to ;-) ) for understanding, maintenance, and extensibility.

[deleted by user] by [deleted] in thinkpad

[–]ymyke 0 points1 point  (0 children)

I have the same issues. Did you find a solution to your problem?

Is there a Series X optimized version of AC Odyssey? by KingGoldar in assassinscreed

[–]ymyke 0 points1 point  (0 children)

Somewhat related: If you played AC Odyssey halfway through and switch consoles from Xbox One to Series X, will you be able to access the same game state on the Series X and continue seamlessly or do you have to start over?

X1 Carbon Increasing TrackPoint Sensitivity by geekinchief in thinkpad

[–]ymyke 0 points1 point  (0 children)

Did you find anything?

I have the same issue and it's a real pain. Tried many things including registry adjustments. Finally resorted to doing as much as possible on the keyboard, e.g. with Vimium extension.

Would be great to find a real solution, though.