Code Monkey home page Code Monkey logo

file-parameter-selector's Introduction

WARNING

After some weird issues with GTK I've decided to rewrite the project using other libraries and so this repository is only here for achival purposes. The new project can be found here;

Table of Contents

  1. Disclaimer
  2. Install instructions
    1. Windows
    2. Linux

A project that aims to be a GUI frontend to select files and then use then as arguments of a shell command.

Disclaimer

The program is still in development and so you may see a lot of printf() and g_print for debugging. I'm also just starting to learn C and is my first experience with GTK and so the code isn't very efficient as you can imagine.

Install instructions

Windows

  • Install MSYS2
  • Open the MSYS2 MINGW64 shell (the one with the blue icon)
  • Install the following packages using pacman:
pacman -S mingw-w64-x86_64-gcc mingw-w64-x86_64-toolchain base-devel mingw-w64-x86_64-gtk4 mingw-w64-x86_64-gtk3
  • Clone this repository somewhere:
git clone https://github.com/arturfabriciohahaedgy/file-parameter-selector.git
  • Run the configure script
cd file-parameter-selector
./configure
  • Use make inside directory:
cd file-parameter-selector
make windows # don't forget to write windows after make!
  • Add FPS.exe to PATH if you want.

Linux

Make sure to have the following dependencies installed:

  • GTK 3
  • GTK 4
  • A C compiler (project has only been tested with GCC)
  • Git

Then clone this repository:

git clone https://github.com/arturfabriciohahaedgy/file-parameter-selector.git

Run the configure script

cd file-parameter-selector
./configure

Use make:

make

Don't forget to add to path if you want to execute it globally!

file-parameter-selector's People

Contributors

arturfabriciohahaedgy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.