Code Monkey home page Code Monkey logo

keyword-clip's Introduction

AudioCategoryClipper

This project was generated with Angular CLI version 9.1.1.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build and Deploy

Run ng build --prod Run npm run package:electron

This will create the app in the AudioCategoryClipper-- directory for whatever platform you are building on. That can be zipped up and shared with people.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

keyword-clip's People

Contributors

wolfpaq avatar

Stargazers

 avatar

Watchers

 avatar  avatar

keyword-clip's Issues

Add UserData to filenamer

It used to be User Info (I think) we've changed the name to User Data

Also, I'm not sure how that will affect the layout, but a ripple effect is the default window size will probably need to change to accommodate two rows instead of one.

Add Optional "Vendor Category" to Filename Builder

We've added a custom field for vendors to use called "vendor category"

It belongs between the first underscore and filename delineated by a '-'

ie. CatID-UserCategory_VendorCategory-FXName_CreatorID(formerly user initials)_SourceID(formerly show)_UserData

Update to angular 10

We should think about updating to Angular 10 and turning on some of the enhanced type checking and other available features.

Allow triggering of applescript with a button.

Triggering the apple scripts with a button rather than being automatic (in case you misclick or want to hold onto a search while continuing to search). We could make it an option on whether to run it automatically (as it works now).

Dialogs not rendered correctly running in Electron

Dialogs don't seem to get rendered fully until clicked on by the user when running under Electron. Both the about dialog and the settings dialog don't look right until the user clicks them. I need to figure out a workaround for that.

Add Textbox Focus Keyboard Shortcut to "Select Category"

Being able to focus the "select category" text box with command F would be really handy if you are tabbing over from another program and want to not have to move your mouse over to click in the "select category" text box on the first page

Change Command F Shortcut

Instead of copy filename with command F it would be good to switch it to command D or command S
That would leave command F available for another key command for focusing the textbox "select category"

Some applescript scripts don't work correctly.

In some cases, especially using keyboard simulation, applescript scripts don't run as expected. Here is an example script that uses the calculator that doesn't work correctly.

tell application "System Events"
activate application "Calculator"
tell application process "Calculator"
perform action "AXPress" of button 8 of group 2 of window 1
key code 88
perform action "AXPress" of button 13 of group 2 of window 1
key code 89
perform action "AXPress" of button 2 of group 2 of window 1
end tell
end tell

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.