All Projects â†’ actlist â†’ actlist

actlist / actlist

Licence: LGPL-3.0 license
📦 Actlist is a utility platform to execute your own action list easily and simply.

Programming Languages

java
68154 projects - #9 most used programming language
CSS
56736 projects
Inno Setup
370 projects

Projects that are alternatives of or similar to actlist

actlist-plugin
🔧 Actlist Plugin library to development and debugging.
Stars: ✭ 14 (-83.53%)
Mutual labels:  platform, utility, javafx
LogoRRR
A log viewer which visualises log events such that it is easy to identify problems or events of interest. This app was implemented using Scala and JavaFX, GluonHQ toolchain and GraalVM as platform.
Stars: ✭ 40 (-52.94%)
Mutual labels:  utility, javafx
FXFaceDetection
Real-Time Face Detection App using Computer Vision & JavaFX
Stars: ✭ 50 (-41.18%)
Mutual labels:  javafx
transee
Simple and useful tool for quick translation
Stars: ✭ 65 (-23.53%)
Mutual labels:  utility
hoffnung3000
Platform for decentralized, anonymized, self-curated festivals
Stars: ✭ 27 (-68.24%)
Mutual labels:  platform
react-pendulum
A React Context utility library.
Stars: ✭ 15 (-82.35%)
Mutual labels:  utility
sora
A simple library to display images in Jupyter notebooks
Stars: ✭ 15 (-82.35%)
Mutual labels:  utility
todomvcFX
TodoMVC for JavaFX. The same application with different frameworks and design patterns
Stars: ✭ 29 (-65.88%)
Mutual labels:  javafx
kubernetes-basico
Demonstração dos componentes do Kubernetes
Stars: ✭ 26 (-69.41%)
Mutual labels:  utility
Bank-Account-Simulation
A Bank Account Simulation with JavaFX and SQLite back-end. Material UX|UI.
Stars: ✭ 19 (-77.65%)
Mutual labels:  javafx
OpenIoT
Open source IoT platform for makers
Stars: ✭ 31 (-63.53%)
Mutual labels:  platform
lambda
Minecraft utility mod coded in Kotlin
Stars: ✭ 389 (+357.65%)
Mutual labels:  utility
jfxvnc
JavaFX based VNC client
Stars: ✭ 44 (-48.24%)
Mutual labels:  javafx
skeleton
Project template for starting your new project based on the Sulu content management system
Stars: ✭ 180 (+111.76%)
Mutual labels:  platform
JFXGoogleDrive
A JavaFX Google Drive Client (For Demonstration Purposes Only).
Stars: ✭ 29 (-65.88%)
Mutual labels:  javafx
ee-x
Cross-platform library for Cocos2d-x and Unity
Stars: ✭ 13 (-84.71%)
Mutual labels:  utility
GPUUtilization
measure GPU hardware utilization on iOS Devices
Stars: ✭ 102 (+20%)
Mutual labels:  utility
codec
Encode keys, values and range options, with built-in or custom encodings.
Stars: ✭ 27 (-68.24%)
Mutual labels:  utility
ownNoteEditor
JavaFX editor for the ownNote files locally stored in ownCloud folder
Stars: ✭ 25 (-70.59%)
Mutual labels:  javafx
autocommand
Autocommand turns a python function into a CLI program
Stars: ✭ 44 (-48.24%)
Mutual labels:  utility


Actlist

Execute your own action list easily and simply

release Build Status FOSSA Status downloads-total usage Hits Discord

Installation

Windows:

download exe or zip file and launch.

macOS:

download dmg file and launch.

Documentation

Prerequisites For Development

Actlist Application Development Setup Guide

  1. Fork this repository into your GitHub Account
  2. Clone & import as a Maven project into your favorite IDE
  3. Launch
    src/main/java/org/silentsoft/actlist/application/App.java
    

Actlist Plugin Development Setup Guide

There are two ways to create an Actlist plugin. the first one is using starter-kit(which is highly recommended) and the second one is creating Maven project using Maven archetype.

Getting started with GitHub

  1. Generate repository
  2. Clone & import as a Maven project into your favorite IDE
    • If you are using IntelliJ IDEA, you need to enable Add dependencies with "provided" scope to classpath in the Run Configuration dialog
  3. Launch
    src/main/java/sample/Plugin.java
    

Getting started with Maven

  1. Execute following command:

    $ mvn archetype:generate \
          -DarchetypeGroupId=org.silentsoft \
          -DarchetypeArtifactId=actlist-plugin-archetype \
          -DarchetypeVersion=1.0.0 \
          -Dactlist-plugin-sdk-version=2.2.0 \
          -DgroupId=sample \
          -DartifactId=starter \
          -Dversion=1.0.0

    Tip - If you are behind a proxy server then you should use one of the following

    Details
    • Windows
      $ set MAVEN_OPTS=-Dhttps.proxyHost=10.20.30.40 -Dhttps.proxyPort=8080
    • macOS
      $ export MAVEN_OPTS=-Dhttps.proxyHost=10.20.30.40 -Dhttps.proxyPort=8080
    • Note - The proxy host 10.20.30.40 and proxy port 8080 is up to you.
  2. Import as a Maven project into your favorite IDE

    • If you are using IntelliJ IDEA, you need to enable Add dependencies with "provided" scope to classpath in the Run Configuration dialog
  3. Launch

    src/main/java/sample/Plugin.java
    

Packaging

$ mvn clean package

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please note we have a CODE_OF_CONDUCT, please follow it in all your interactions with the project.

Change log

Please refer to CHANGELOG.

License

Please refer to LICENSE and NOTICE.

Thanks to

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].