I just use a text editor (emacs in my case). Is there a specific reason you want a GUI?
- 0 Posts
- 35 Comments
thevoidzero@lemmy.worldto
Linux@lemmy.ml•How to add new item to KDE Application Launcher from terminal?
1·22 days agoIn Arch I just copy the . desktop application to the system directory through makepkg and it works.
thevoidzero@lemmy.worldto
Open Source@lemmy.ml•Inkscape developers need help to push version 1.5 across the finish line. If you have C++ experience and hate Adobe, consider getting involved
1·1 month agoI’ve used inkscape to edit PDFs. It’s not perfect but it’s really good. I think it might not do the best job of recovering original objects (idk if that’s possible given how PDFs work), but it can show them as they render and you can modify those objects.
thevoidzero@lemmy.worldto
Linux@lemmy.ml•You paid me, a long-time Linux user, to use Windows 11 exclusively for a month: here’s how it went
15·3 months agoThat’s called a job buddy. There’s no way I’d be using windows otherwise.
thevoidzero@lemmy.worldto
Flippanarchy@lemmy.dbzer0.com•A post-billionaire society would be nice
3·4 months agoI was visiting a friend, and their whole neighborhood was immigrants. One thing that was clearly different was their lawn barely had grass, at most a patch of 6x6, and everything else was vegetable garden and most trees were fruit trees. 6-7 different types of fruits in the front lawn instead of ornamental plans and seasonal vegetables on backyard.
I really don’t understand the obsession with wasting good land to put useless things. And put so much resources in maintaining it
thevoidzero@lemmy.worldto
Open Source@lemmy.ml•How does one get into Open Source, generally?
3·4 months agoThis. After leaving Reddit I feel like I lost a place I could post about my little foss app and get people to try it. Specially in the niche topics.
I am trying my best to get people I know try but they don’t understand the domain, and I don’t have a reach to people that will understand
thevoidzero@lemmy.worldto
Linux@programming.dev•Linux is Getting a New Default Folder in Your Home Directory
6·5 months agoI have two folders for git though, my projects, and other people’s packages and such
You’re right. But I guess we could say they know/learn what they need to survive at that moment of infancy. That’s how natural selection works.
Sea turtles learn how to walk in sand, but I’m “guessing” most vital skill for them is swimming.
Considering they just hold back packages, but do not do additional testing to release them, yeah, they should not do that.
Arch already has testing repo, normal repo packages on arch are already stable enough
thevoidzero@lemmy.worldto
Selfhosted@lemmy.world•I'm using my home server and coding to rebuild my brain after a stroke.English
81·7 months agoGood luck with everything. Go at your own pace, hosting is just leaving a computer on. Add more things as you need and that’s all there is in my opinion. But of course you’ll learn security, backups, and other things as you need.
thevoidzero@lemmy.worldto
Linux@lemmy.ml•foreach - Bash alias to execute command on each line
5·7 months agoI recommend you gnu parallel. It does similar things, but runs the commands in parallel. And it’s way easier to pipe than xargs. If you really need it to run one command at a time you can give number of cores to 1. And it also has progress bars, colors to differentiate stdout fo different commands, etc.
Basic example: to echo each line
parallel echo < somefile.txt
To download all links, number of jobs 4, show progress
parallel -j 4 --bar ''curl -O" < links.txtYou can do lot more stuffs with inputs, like placing them wherever with
{}, numbers ({1}is first) that allow multiple unique arguments, transformers like remove extension, remove parent path, etc. worth learning
thevoidzero@lemmy.worldto
Linux@lemmy.ml•foreach - Bash alias to execute command on each line
11·7 months agodeleted by creator
thevoidzero@lemmy.worldto
Open Source@lemmy.ml•What's your go to simple desktop photo editor (a la snapseed)?
1·8 months agoSure, if we can share config like that it could work for many people. I still want to see something that dynamically downloads the shared libraries/dlls for tools you add, but that requires complete rewrite. Maybe we can do it with imagemagick scripts
thevoidzero@lemmy.worldto
Open Source@lemmy.ml•What's your go to simple desktop photo editor (a la snapseed)?
4·8 months agoNow I’m thinking why don’t we make an image editor that we can customize the simple UI. Like users choose which sliders and tools to put on the ui, it’ll be simple UI with like just 5-10 buttons/sliders/tools, but you van customize it to have basically anything. That way you can simply drag drop tools make new UI and then use it for specific use cases.
Maybe already existing tools have that options. Or maybe we need to make a new one, in that case, it’d be nice if we could just add all different tools in dlls or sth, so that you can only download/keep the tools you use.
I guess it can go unnoticed, I use Arch so maybe that’s why I got more involved. I remember searching why auto completion didn’t work, then finding out I need to install bash-completions package. After knowing that it makes one curious about how it works. Then the next stage is writing it for my own programs because it obviously won’t come with bash-completions package.
I once wrote a shell (terminal) to watch anime, and I wrote auto completion for different commands on it, it was really nice to just type
playthen prefix and then tab for auto completion on anime names, and even for episodes I wrote auto completion give me last episode I watched + 1.
Whenever someone says they don’t really like terminal because they don’t like to type or remember commands. This is what I think “they didn’t use auto complete”.
Auto complete works for file names and paths by default, but the development can write it to only complete certain extensions. Like auto complete for image program only completes image files. Then you have completion for commands, subcommands and flags.
Auto complete is done through calling a bash script with currently typed line, and the bash script can call other commands. So developer can write a really complicated auto complete and make it available as a binary if they want, and just use that in bash. Or you can use many tools that will generate auto complete script for you based on your commandline args.
If you write your own scripts/cli binaries I recommend learning how to write auto complete for it. Makes it incredibly easy to use the tools.
thevoidzero@lemmy.worldto
Linux@lemmy.ml•What’s a graphical piece of software you wish existed or was better?
3·10 months agoInkscape can generate QR code
But you need tdf installed on the server for that right?
I realize I rarely have to do it so I tend to just download and open the pdf, or use X forwarding. Or while using emacs I just open the remote file (which basically downloads and opens I guess).
thevoidzero@lemmy.worldto
Open Source@lemmy.ml•What are the best ways to be part of Open Source Community and the Movement To Grow It?
2·11 months agoI was thinking I’d appreciate a website/community where people talk about potential new open source software ideas and interested people can collaborate. Could be small things. And able to filter by category, language, etc.
But I don’t know how the logistics would work. But at least minor things that could be fun. But it could be abused. It’s just my thoughts when I’m like “I wanna make something this week”. Or when I start something and I don’t have the skills for all components.

You could still open text editors from GUI. Many of them have csv specific features like rainbow colors, column alignments, etc. and for less number of columns having large number of rows don’t matter because text editors are designed for that.
Unless you need to add/remove columns, in that case I just use libre office calc/excel depending on what os I’m in if I need GUI. But mostly I just use python if I’m programming.