-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible contribution #1
Comments
Hi @harrellbm, I'm glad you find cmdCompass interesting! I'm definitely open to exploring possibilities for contributions, and I appreciate your willingness to help. It sounds like your project could offer some valuable insights. Have you uploaded it to a public repository? I'd love to take a look and see how we might integrate our efforts. |
@johnwangwyx I have not yet but will comment the link to the repo when I do! |
Thank you! |
@johnwangwyx Here it is! https://github.com/harrellbm/scripting-engine It is mostly theoretical at this point with the UI looking like this: |
Hi @harrellbm, Thank you for sharing your project. It's genuinely fascinating and I can see different use cases and applications with this. I believe the potential for this app is much greater with further development. I see my app emphasizes more on the "collection" whereas yours excels in "execution". Here is an interesting use case I am thinking of for your app:
I see uses cases for this workflow in monitoring:
Again this is a really interesting project and I also got a lot of inspiration from you. I wish you the best with your project and believe in its potential! |
Hi @harrellbm, I just uploaded my project structures and descriptions for each file in the README. I hope it may help your project. |
Any thoughts of having a linux version of this program? I have like 18 years of scripts, one-liners, and various other info I have noted over the years and would love a way to organize it all. |
Edit: Hi @drsinger,
|
Hi @drsinger, I have now released linux build for Ubuntu, Debian, and Centos and added installation documentation on README. |
Awesome! I've been a bit bogged down with work but will definitely dig into it when I get a chance! |
Following for an Arch release :) |
Done, please refer to release 1.0.1 :) |
Can confirm it will run on Arch straight from the executable in the tar.gz. However, pacman does not recognize the PKGBUILD and will return a warning that the package is invalid or corrupted. The metadata seems to be part of the problem and may need updated and reformatted. I tried to see what I could pull from source to compile a valid PKGBUILD, but continued to receive errors from namcap, and several attempts at makepkg failed for me. Despite the executable successfully running, there are too many risks involved with potential dependency conflicts that could break the system. Until it can be integrated by pacman, it would not be wise to run this on Arch unless containerized. |
Hi @NaturalBornCyborg, I am sorry for any confusion caused by using the app. The app's executable is built with However, I understand the idea of integration with system package managers, which can provide benefits like easier management and uninstallation. I will consider this when I have free time. Thank you for your feedback, and please let me know if there are other ways I can assist in improving your experience with the application. (Additionally from your screenshot I realized the save button ( |
Just ran across this and it looks very promising! I have started a similar tool with the same basic idea of managing commands. I started from a different direction and have built a basic command runner using the Python and the textual library for gui. I'd be happy to share that code if it might be helpful since you have a much better developed command management system already
The text was updated successfully, but these errors were encountered: