v0.6.1 #107
Replies: 14 comments 2 replies
-
I'd love to see HyDE-CLI keep going. It is a great tool for quickly syncing an existing HyDE install as well as adding, removing HyDE themes. Another aspect of HyDE-CLI I really like is that I can avoid some of the tasks that I would typically comment out of the scripts after cloning the repo. For example, I just stick with bash shell and use oh-my-posh for a themed prompt. HyDE-CLI will let me press escape and skip that. I can also get around any modifications to GRUB, systemd-boot, pacman.conf, and nvidia setup. (I already handle those settings with my bash script to install Arch.) |
Beta Was this translation helpful? Give feedback.
-
I personally would start from scratch since it's an hell of work to migrate this poorly code base as you yourself said. It's cleaner/less bloat and people who use hyprdots can keep using this hyde-cli/repo and fix stuff theirself if something is missing or not working... also migrating /switching from hyprdots to hyde just is a ton of work for us since a ton of problems that are avoided with an fresh/clean install or even just with using a new user for installing hyde and del the old one... |
Beta Was this translation helpful? Give feedback.
-
Great Job,, king👍👍👍 hyde-cli is the greatest tools, since i use it first time when using old hyde by prasanthrangan |
Beta Was this translation helpful? Give feedback.
-
Maintain it and Build on top of it easily. |
Beta Was this translation helpful? Give feedback.
-
I personally recommend starting from scratch..everything..so that we can build a maintainable, clean and easy to debug codebase..preferably with go or rust. If it is go, i think i can also contribute a lot as i wanna learn go. |
Beta Was this translation helpful? Give feedback.
-
It is better to create a new cli to avoid problems etc. |
Beta Was this translation helpful? Give feedback.
-
@kRHYME7 also, it would be nice if he can make the new cli accessible to other distros such as nixos. |
Beta Was this translation helpful? Give feedback.
-
Lets go with Go. Should be more performant and there are great cli frameworks like cobra which provide shell completions and soon. Example , pokego |
Beta Was this translation helpful? Give feedback.
-
I'll argue for whichever method you believe will produce a better product sooner. |
Beta Was this translation helpful? Give feedback.
-
Create a seperate cli from scratch but please inherit all the features from the original hyprdots project |
Beta Was this translation helpful? Give feedback.
-
Create a new one from scratch for HyDE, archive this one as a fallback for Hyprdots users. |
Beta Was this translation helpful? Give feedback.
-
I support the rewrite , especially with go. |
Beta Was this translation helpful? Give feedback.
-
I would like to contribute if you are going to rewrite it also , go is better at CLI and i think you should also look into this. |
Beta Was this translation helpful? Give feedback.
-
@kRHYME7 my bro, i think majority are suggesting to make a new cli with go. Time for you to make your decision, i guess. |
Beta Was this translation helpful? Give feedback.
-
Hi Friends!
I'm the author of Hyde-CLI, and I want to share some updates with you.
My initial vision for Hyde-CLI was to serve as a workaround and wrapper for some features of Hyprdots that the owner did not want to add. Over time, I added several features that have proven helpful to a few users. I’m happy that even 2 to 5 people find these features useful. However, with Hyprdots now deprecated, Hyde-CLI has lost its main purpose.
Should I Archive This Repository?
My initial plans were to deprecate this repository and create a separate CLI. However, this decision might change based on the current situation.
Reasons to Deprecate:
Reasons to Build a New CLI on Top of This:
Realizing these points, I believe I should consider salvaging this repository and reusing it to build the new CLI. While it might be difficult to start, this decision could be worth it. I am uncertain at this point, so your comments will be my deciding factor.
BTW, I would prefer the rewrite to be either python or in GO.
God bless!
Please let me know your thoughts on whether I should archive this repository or build an improved CLI on top of it.
What's Changed
get reset --hard
instead ofgit pull
for updating repo by @zeerayne in Feature: Useget reset --hard
instead ofgit pull
for updating repo #98New Contributors
Full Changelog: v0.6.0...v0.6.1
This discussion was created from the release v0.6.1.
Beta Was this translation helpful? Give feedback.
All reactions