GithubHelp home page GithubHelp logo

Comments (1)

ckardaris avatar ckardaris commented on June 11, 2024

Hello. Happy new year and sorry for the late answer.

Currently it is not possible to achieve what you want through the program. It is indeed a really useful functionality, but I don't know when I will be trying to implement that and other things that have come to my attention.

If you want to try your skills and make a PR I would gladly check it out.

Reading is happening in filelist.sh and you could utilize the code there to reread the directory, but there are some issues

  1. What happens with expanded directories (we should save the users input during startup for each case)
  2. We should be able to remember the state of the program. What batch of images we are showing. Or we could just forget everything and start from the beginning if a "hard" reload of the files is requested. This is also viable.
  3. What happens to edited images?

I think these are solvable problems, but I currently don't have the time to code a solution.

A first accepted solution would be to:

  1. Use an associative array to store expand answers for the directories passed as command line arguments.
  2. Use these answers to reread the command line arguments.
  3. Restart the original loop without caring about anything else (inform user about potentially lost work).

After that we could try to do the more complex things w.r.t. remembering previous state

from ucollage.

Related Issues (14)

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.