Giter VIP home page Giter VIP logo

fighter456 / patternfilemover Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 70 KB

PatternFileMover helps you to organize your files (currently restricted to Adobe Acrobat Files (*.pdf)). Add associations between your files filename and a target folder an let PatternFileMover do the rest and drink a coffee in the meantime.

Home Page: https://cloud.dennis-kraffczyk.de/s/DJTfdBdT5jL28pH

C# 100.00%
directory dropit file mover

patternfilemover's People

Contributors

fighter456 avatar

Watchers

 avatar

patternfilemover's Issues

New-item row in NameAssociationsForm slips under "save" button

Problem

The new-item row in the NameAssociationsForm is hardly to enter if you have many items in the list and the row slips under the "save" - button.

(Possible) Solution

Place the DataGridView within a panel and position the panel with some gap to the button.

Remove restriction to `*.pdf` files

Problem

Currently the source folder selection is restricted to *.pdf - documents. Therefore the program is unable to process non-pdf files.

string[] files = Directory.GetFiles(this.sourceDirectory, "*.pdf");

(Possible) Solution

Make it possible to add affected file extensions to the list of name associations and set *.pdf as the default value and remove these hard-coded programmatically restriction.

Implement support for multiple languages (I18n)

Problem

Currently the program has hard-coded strings representing the user interface in German language. The user interface should be able to be displayed in multiple languages.

(Possible) Solution

Find a way to easily support multiple languages and make it possible that translators are able to translate the without much knowledge of C#.

Do not close the program after processing

Problem

Currently the program gets closed after processing the files. That is quite annoying if you want to do another processing of other/same files.

(Possible) Solution

Remove the command to close the program after processing and maybe remove the processed files from the grid by reloading the files from the selected directory.

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.