Skip to content

A GTK based program that simplifies making complex directory structures. Motivation : GTK is the native toolkit used by the GNOME-based desktop found in Ubuntu 18.04.

Notifications You must be signed in to change notification settings

1hada/Directory_Flasher

Repository files navigation

Make Space for the future

Hi ! The program makes files for people who just want to plan ahead!

Here's a demo of what it can do !

Directory Flasher Demo

I will be assuming that you have Ubuntu 18.04 .

If you only want to run the app.

Prerequisites

This makes the app executable.

sudo chmod +x directory_flasher_app

Now to run the app all you have to do is type the following in a terminal.

./directory_flasher_app

If you want to compile the C code.

Prerequisites

Open a terminal and type the following :

This makes the builder executable.

sudo chmod +x app_builder.sh

This command will allow you to develop executable applications that use the gtk.

sudo apt-get install libgtk-3-dev

This command will allow you to develop executable applications that use the gtk.

sudo apt-get install libgtk-3-dev

You should now be able to run the builder. The application will automatically be run after the code is compiled.

./app_builder.sh

Make it clickable

Clickable Demo

About

A GTK based program that simplifies making complex directory structures. Motivation : GTK is the native toolkit used by the GNOME-based desktop found in Ubuntu 18.04.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published