GithubHelp home page GithubHelp logo

michaelmcmullin / job-folders Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 1.0 16 KB

A handy little AppleScript for creating predefined folder structures

License: GNU General Public License v3.0

AppleScript 100.00%

job-folders's Introduction

Job Folders

A handy little AppleScript for creating predefined folder structures. Out of the box, its use is pretty specialised, as it was created for how we handle jobs in our work. However, it's easy enough to adapt to other needs.

Current structure

In our company, each job has a unique number (say, 123456). All files relating to that job should be placed in a folder named with the job number and customer name. Within this folder, there are three sub-folders (PRINT, Art, Source Files):

123456.Apple Inc
- Art
- PRINT
- Source Files

If a job has multiple parts, things get a little more complex. Within the main job folder, each part has another folder that follows the structure above. However, each part is named after the job number, followed by a 2-digit part number:

123456.Apple Inc
- 123456.01
  - Art
  - PRINT
  - Source Files
- 123456.02
  - Art
  - PRINT
  - Source Files
- 123456.03
  - Art
  - PRINT
  - Source Files

Creating this structure manually is time consuming. Instead, this script presents the user with a dialog box for the job number, customer, and number of parts. Job done!

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.