Tagged Questions
0
votes
0answers
171 views
Implementation of text editor in shell programming [closed]
I have made a text editor in C. When I'm changing the extension of that file from .c to .sh and compiling the file in the terminal, some error is shown, like for the global variables an external error ...
1
vote
1answer
92 views
Fix Nautilus URIs in a Python script
I have a very basic Python script I wrote mostly for learning purposes.
It opens a terminal in the current folder. However, I can't get it to work in folders with accented characters in the URI ...
3
votes
2answers
867 views
Python Compared to BASH
I've been studying bash for the past three weeks or so, and it is very easy to learn since it is basically just command line inputs. I've decided to now move onto python but I've been lost the whole ...
1
vote
3answers
3k views
Fast way to create gui for bash app
I want to build a simple GUI for an app that use bash so for example clicking on a button would execute some bash commands and so one.
There's a GUI creator also simple, i need only buttons and ...
4
votes
4answers
2k views
How do I get started with an Ubuntu friendly GUI framework?
I have a few small scripts that I use for routine tasks. They require simple parameters to run. Rather than running them from the terminal, I'd prefer to pick something from the menu, be presented ...