software.yaml 8.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. css: styles.css
  2. title: Software I use or want to use.
  3. software:
  4. Video_Player: |
  5. MPV (alternative: VLC)
  6. MPV is an excellent video player. It's very minimal, letting you focus completely on the video that's being played. You can control sound, timeline of the video it's playing all through your keyboard very easily. Some configuration I did to make it work a little bit better, but honestly by default MPV is fine. VLC is ok but it has all these features and stuff I will probably never need.
  7. Audio_Player: |
  8. MPV (alternative: ffplay)
  9. I don't play audio that much, but when I do I see no reason why not to just use mpv. ffplay seems like another option since you probably already have ffmpeg on your system.
  10. Image_Viewer: |
  11. MPV (alternative: nsxiv/feh)
  12. MPV has no problem viewing images if you have the keep-open option enabled. The only feature I think you would be missing is gallery view... but I don't really need that. Your file manager's image view could be a substitute in my opinion. nsxiv (fork of sxiv) and feh seem like good options for a proper image viewer. The one feature that I think they actually bring to the table is being able to run commands on the image, like make it open in gimp etc.
  13. PDF_Viewer: |-
  14. Emacs's PDF Viewer (Alternative: zathura/mupdf)
  15. Emacs's default PDF Viewer while being sometimes blurry does the job of viewing PDF's fine enouph for me. Since I have evil mode I get vim keys which are super simple and I have a setting so it will auto "revert" (update) the file when it changes. Zathura is probably a better overall PDF viewer since very little configuration is needed to have it up and running. MuPDF I list here because it has all platform support even mobile, so it's usefule if your having to run windows. However MuPDF at least to me seems a bit sketchy.
  16. Terminal: |
  17. Alacritty (Alternative: urxvt)
  18. Alacritty's is a relatively minimal terminal with a main focus on cusotmization so you can change basic things like color schemes, and a lot of stuff all in a yaml configuration file. However Alacritty can run out of the box fine without touching the configuration file. Alacritty also, maybe because it's written in rust feels very fast. It has all platform support so you can even run it on windows which is very nice. I would list as a meh alternative because nothing is very special about it. You need to edit the configuration file to make it not look so ugly.
  19. Calculator: |
  20. Qualculate (Alternative: bc)
  21. Qualculate is a very nice calculator which a lot of options for how you can use it e.g. a GTK version, QT version a terminal version. It also has a graphing and convertion stuff, everything you would need. Another thing is all of your inputs for calculation are visible on a bar with functions you type, obviously those functions get autocompleted to help you find what you want. A lot better than just relying on buttons.
  22. System_Monitor: |
  23. Htop (Alternative: Emacs proced/top)
  24. Sometimes you want to see what's running on your computer causing your fans to sudennly spin up. In terms of monitors and clearly seeing what's happening htop seems the best. Top could be better since it comes with most GNU/Linux systems, but it doesn't have my COLORS! Emacs's proced is another alternative but same issue with top, works on windows as a static not updating list which is a plus.
  25. Text_editor: |
  26. Emacs (Alternative: nvim/vim/vi/nano/notepad++)
  27. I love emacs for editing with the evil mode plugin. Also in combination with ivy and dired I can quickly delete files. I don't think it's the best text editor but I am just used to it and how it works. I would probably have no problem using nvim/vim it's just you need more to use the CLI for dealing with files and not as much your editor. nvim/vim do have a file manager inside but it's not great in my opinion. Vi also could work for me to use just small features it doesn't have. In terms of GUI text editors I like notepad++ or notepadqq on GNU/Linux. It's a pretty solid text editor in my opinion.
  28. Email_Client: |
  29. Emacs Gnus (Alternative: Neomutt/Claws/Thunderbird)
  30. Sometimes I want to check my emails and maybe you geussed it I can do it in emacs pretty well. Emacs comes with an email client called gnus, which can send, read and reply to email, as well as organize in your folders. It works fine, just doesn't do multiple accounts as far as I am aware and I can't get sent messages to go to the sent folder, only replies go to the sent folder. So Neomutt is an alternative but is dificult to configure, Claws is very nice, Thunderbird is kind of bloated and made by Mozilla.
  31. RSS_Reader: |-
  32. Emacs's Elfeed (Alternative: Newsboat)
  33. RSS feeds are nice to use to have a minimal, none spyware viewing experience for content. It's also gets even more better if you have Website feeds (blogs usually), Video content (could be from multiple platforms rss doesn't care), news. A lot of stuff. RSS is awesome. Elfeed an Emacs plugin does a decent job showing you rss feeds. However it shows you in one big container, newsboat allows you to have one container per feed or even with the config have multiple in one container. While newsboat is the better RSS reader in terms of functionality I use elfeed because it's in emacs.
  34. Web_Browser: |-
  35. Palemoon (Alternative: Qutebrowser/Vieb/Librewolf)
  36. Browsers are tricky to pick these days. I don't like Google a lot, Mozilla compared to google is better but it's like a puppet by google kind of. I chose palemoon out of all the browser options because it uses a older version firefox but different web engine goana or something like that. So while it's an obscure browser that's developed by one guy it has it's own plugin system, it's own theming system it's very cool in my opinion. It could have dificulty loading or doing stuff on certain websites because some javascript thing there running in the background that isn't working well with palemoon as a sort of obscure browser. So while palemoon isn't perfect it does the job for me. By the way it's ranked not spyware by spyware watchdog at least after you configure it... WOW! Alternatives would be Qutebrowser, it has VIM keys for navigation however these can be configured to be whatever you want. But you NEED these keybindings you can't use the browser regularly with your mouse the same way. Using the mouse works lol but the best. I really like qutebrowser though and used it for a while. It seems to be Linux only though if you want to watch videos. Vieb is similar to qutebrowser it's very hackable, uses vim keys but it's Electron based, which is meh. I use it as a backup to Palemoon.
  37. File_Manager: |-
  38. Emacs Dired (Alternative: lf/Ranger/PCManFM/command line)
  39. For file managing Emacs Dired does the job with very simple commands. LF could be another option but it requires extra configuration in order to use it for deleting files and stuff like that. Ranger seems to be the same way like LF. PCManFM for linux is a pretty nice GUI file manager if you want to show your files in a presentable way or drag and drop to places.
  40. Screen_Recorder: |-
  41. ffmpeg (Alternaitve: obs)
  42. ffmpeg is a great general utility for handling media. It also comes with the ability to record screens. I made a script that works for Windows & Linux for recording the screen and audio. So at least for me OBS is unnecasary at less you want to have special effects like scene switching during the recording. Or if you want to do livestreaming OBS is much easier. Just that you have to go to the settings menu all the time to change livestreaming keys.
  43. Audio_Recorder: |-
  44. Audio recording has a bit to do with screen recording and for that generally audacity is really good. Just not the newer versions with telemetry and other weird stuff. FFMPEG could be used for audio recording but if you have a kind of bad microphone you can't like in audacity make it sound better I think.
  45. Presentations: |-
  46. Libreoffice Impress (Alternative: MD/Org/Latex + Beamer + Pandoc)
  47. I rarely make presentations but when I do
  48. Documents: |-
  49. Libreoffice Writer (Alternative: org/md/latex + Pandoc)
  50. Excel: |-
  51. Libreoffice Calc
  52. Image_Editing: |-
  53. Gimp (Alternative: Krita/Blender)
  54. 3d_Modeling: |-
  55. Blender
  56. Video_Editing: |-
  57. Blender (Alternative: Kdenlive/Shotcut/Olive)
  58. LBRY_Client: |-
  59. LBRY GTK (Alternative: Fastlbry-GTK/Lyberry-QT/lbrynet)
  60. Download: |-
  61. yt-dlp