michaeltintiuc too bad... I don't have my linux laptop at work. That could be rewritten during my lunchbreak.
chob-linux - An universal app search tool for Linux
- Edited
I was bored and rewrote it in go.
If someone wants to take a look at it, feel free to do so:
https://github.com/cooperspencer/ham
buddyspencer great...but hate it coz its not written in java....
ham is hitting the https://gitlab.com/buddyspencer/snap-repos everytime....
you can store all json in /tmp or any dir for first time using ham then access it multiple times from local..
refresh json for next day...ex: make json file name with appimage-04-06-2019.json.
check the date if its not today then refresh the json...
just a simple test
Select the number you'd like: -1
panic: runtime error: index out of range
goroutine 1 [running]:
main.main()
/home/andy/go/src/ham/main.go:213 +0x1c14
- Edited
viyoriya good test. Haven't thought that someone would do that
well I hate java. Had to much to do with it at the university...
What's wrong if it hits the repo everytime? It just does a pull to check if there is anything new.
Edit: just fixed the -1.
buddyspencer Yes nobody try that lol. I always encounter Array index out of bound exception .
Nothing wrong for small applications.
I was thinking about unnecessary network access/traffic normally I try to reduce the network access using Proxy Design Pattern.
viyoriya Proxy Design Pattern. I just heard my professors voice
Maybe I will change it. I created the pipeline in the gitlab repo to get the current packages from the APIs, so it doesn't take like forever as if I get them directly.
buddyspencer professor ...Hahahaha....ham is fast. I really like it. simple & clean..
I think chameleon didn't work..I just realized how they did in ranger
(why did you name ham?)
viyoriya had ham for breakfast, no real reason
are there no colors for you? what terminal are you using? never had any troubles with my color library
- Edited
buddyspencer cool..yes no colors ...tried in GNOME Terminal and Tilix...But ranger displays the color in both
viyoriya in your tilix window I see colors and when I run ham in my GNOME Terminal I see colors as well.
buddyspencer oh ok i thought the background of text is highlighted...anyway color doesn't mater ️
buddyspencer The app is faster and lighter, but I don't like the name. Nice job!
algent thanks
Glad you like it. Sorry for the name, I am really bad at picking them
algent you gave me my first github star. Thank you very much
+1 for using Go, you'd get a taco if it was C
Wouldn't hurt to have a command to clear/invalidate cache
@buddyspencer is there no way to install? I selected a snap and it just gave me a link, is it not possible to parse the command out for the user ie sudo snap install pkgname
?
In light of that you'd also need to check that snapd is installed and working as well as flatpak installed and flathub added.
Justin I can add that function if you like.
That would be great, make it a full solution to find and install.
If you want to make it as a solus package here is the basic setup script
https://www.codepile.net/pile/Ogj8JNG2
I request you to change the name instead of ham ( Its your code your decision its just my request coz middle east/ east people don't like the name )
and take care of integer overflow too