Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kryptonbutterfly/tinysystemutils
https://github.com/kryptonbutterfly/tinysystemutils
java
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kryptonbutterfly/tinysystemutils
- Owner: kryptonbutterfly
- License: apache-2.0
- Created: 2022-08-18T07:21:17.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-18T18:41:57.000Z (9 months ago)
- Last Synced: 2024-02-18T19:40:01.482Z (9 months ago)
- Topics: java
- Language: Java
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tinySystemUtils [![Maven Package](https://github.com/kryptonbutterfly/tinySystemUtils/actions/workflows/maven-publish.yml/badge.svg)](https://github.com/kryptonbutterfly/tinySystemUtils/actions/workflows/maven-publish.yml)
Utility | Description
:--------------------- | :----------
AutoStart | A utility to add a program to the programs to be executed on system startup. Supported Systems are: Windows and Gnome
FileSystemUtils | A utility to iterate over a file tree and perform an action. Supports symbolic Links and parallel processing.
ResourceUtils | A utility for java resources. Currently enables loading a reasource as a String.
Platforms | A utility to get operating system specific folders.
FreedesktopOrgShortcut | A utility to generate .desktop files.
WindowsShortcut | A utility to generate .lnk files.## Getting the latest release
```xml
github
https://maven.pkg.github.com/kryptonbutterfly/maven-repo```
```xml
kryptonbutterfly
tiny_system_utils
2.1.0```
## Download
java version | library version | Download
:----------: | :-------------: | :-------
18+ | 2.1.0 | [**tiny_system_utils-2.1.0.jar**](https://github.com/kryptonbutterfly/tinySystemUtils/releases/download/v2.1.0/tiny_system_utils-2.1.0.jar)
18+ | 2.0.0 | [**tiny_system_utils-2.0.0.jar**](https://github-registry-files.githubusercontent.com/731108692/6b699680-b668-11ee-9f32-74252eb864bc?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240119%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240119T001712Z&X-Amz-Expires=300&X-Amz-Signature=1cfe2fab6cf6e85df8ac424ad18331919c551ff25a290708e40a213ab095ff05&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=731108692&response-content-disposition=filename%3Dtiny_system_utils-2.0.0.jar&response-content-type=application%2Foctet-stream)
18+ | 1.0.0 | [**tinySystemUtils.jar**](https://github.com/kryptonbutterfly/tinySystemUtils/releases/download/1.0.0/tinySystemUtils.jar)