Releases: endormi/tilux
Releases · endormi/tilux
v.1.5.5
v.1.5.25
v.1.5.15
v.1.5.1
v.1.5.0
-
Add:
-
Support for absolute PATH
-
New scripts:
- Add project to PATH (located in the scripts folder)
- Keyword search
- File extension filtering
- Directory size
- Duplicate file
- File permission check
-
Image validator class for image scripts
-
Scripts/utils folder for enhancing code reusability
-
get_user_input method for user inputs
-
resize_terminal method to reduce repetition
-
check_and_install_package method
-
execute_command method for executing commands
-
Tests
-
RSpec to GitHub Workflow
-
-
Update:
- Restructured codebase using modules and classes
- Enhance code portability and reliability with silent I/O redirection
- Organize download scripts by moving them to a dedicated folder
- Color methods from String class into a Color module
- Method names for better clarity and readability
- Move tools scripts dedicated to tilux into a folder called tilux
- Utility names for improved clarity and structure
- Header utility name for improved clarity
- Variable names for better readability
- Pull the latest changes from submodule
- Documentation
- Use v2 for upload-sarif codeql action
-
Remove:
- Quotes from bash variables since it's not necessary and keeps consistency
v.1.4.5
v.1.4.15
v.1.4.0
v.1.3.75
-
Add:
- List active processes script
- Download specific release script
- Option to run sphinx locally in target docs and instructions to run docs locally
- Updated date and time to last updated file script
- New lines to single core and multi-core script
- BASH_VERSION to prv script
- Bundler-audit, fasterer, forbid-binary, git-check, reek and markdownlint pre-commit hook
-
Update:
- Move distro commands to kernel_version
- Requirements
-
Fix:
- Download latest script
- Requirements
-
Remove:
- Open website and gpu script
v.1.3.5
-
Add:
- download_scripts to download scripts I find to be the most useful
- Instruction for downloading multiple scripts
- copy_content to docs target
- make docs to make workflow
-
Update:
- Use clang-format instead of clang-format-10
- Display choices better visually in openssl scripts
-
Fix:
- catch_empty command not found
- Unary operator expected warning
- pyca/generate_key to work without being in tilux
-
Remove:
- run_sphinx_locally from docs target