This repository has been archived by the owner on May 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
32 changed files
with
93 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
|
||
rem ###################################### | ||
rem # ks-tools for Windows # | ||
rem # U. Modificacion: 28-01-2022 # | ||
rem # U. Modificacion: 04-02-2022 # | ||
rem # Author: q3aql # | ||
rem # Contact: [email protected] # | ||
rem # License: GPL v2.0 # | ||
rem ###################################### | ||
set VERSION=8.3 | ||
set VERSION=8.3.1 | ||
|
||
rem # Start ks-tools terminal (bash) | ||
cd "%~d0%~p0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
|
||
rem ###################################### | ||
rem # ks-tools for Windows # | ||
rem # U. Modificacion: 28-01-2022 # | ||
rem # U. Modificacion: 04-02-2022 # | ||
rem # Author: q3aql # | ||
rem # Contact: [email protected] # | ||
rem # License: GPL v2.0 # | ||
rem ###################################### | ||
set VERSION=8.3 | ||
set VERSION=8.3.1 | ||
|
||
rem # Start ks-tools terminal (bash) | ||
cd "%~d0%~p0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
|
||
rem ###################################### | ||
rem # ks-tools for Windows # | ||
rem # U. Modificacion: 28-01-2022 # | ||
rem # U. Modificacion: 04-02-2022 # | ||
rem # Author: q3aql # | ||
rem # Contact: [email protected] # | ||
rem # License: GPL v2.0 # | ||
rem ###################################### | ||
set VERSION=8.3 | ||
set VERSION=8.3.1 | ||
|
||
rem # Start ks-tools ZUI (bash) | ||
mkdir home\%USERNAME% | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
|
||
################################################################# | ||
# ks-zui (ks-tools) - Simple zenity user interface for ks-tools # | ||
# Date: 28-01-2022 # | ||
# Date: 04-02-2022 # | ||
# Author: q3aql # | ||
# Contact: [email protected] # | ||
################################################################# | ||
VERSION="8.3 (BETA)" | ||
M_DATE="280122" | ||
VERSION="8.3.1 (BETA)" | ||
M_DATE="040222" | ||
|
||
# Function to show about | ||
function showAbout() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
|
||
################################################################# | ||
# ks-zui (ks-tools) - Simple zenity user interface for ks-tools # | ||
# Date: 28-01-2022 # | ||
# Date: 04-02-2022 # | ||
# Author: q3aql # | ||
# Contact: [email protected] # | ||
################################################################# | ||
VERSION="8.3 (BETA)" | ||
M_DATE="280122" | ||
VERSION="8.3.1 (BETA)" | ||
M_DATE="040222" | ||
|
||
# Function to show about | ||
function showAbout() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
|
||
############################################################### | ||
# ks-tools - Initialize the ks-tools terminal (using xterm) # | ||
# Date: 28-01-2022 # | ||
# Date: 04-02-2022 # | ||
# Author: q3aql # | ||
# Contact: [email protected] # | ||
############################################################### | ||
VERSION="8.3" | ||
M_DATE="280122" | ||
VERSION="8.3.1" | ||
M_DATE="040222" | ||
|
||
# Variables | ||
name_terminal="ks-tools v${VERSION} (${M_DATE})" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
|
||
############################################################### | ||
# ks-tools - Initialize the ks-tools ZUI (using xterm) # | ||
# Date: 28-01-2022 # | ||
# Date: 04-02-2022 # | ||
# Author: q3aql # | ||
# Contact: [email protected] # | ||
############################################################### | ||
VERSION="8.3 (BETA)" | ||
M_DATE="280122" | ||
VERSION="8.3.1 (BETA)" | ||
M_DATE="040222" | ||
|
||
# Variables | ||
name_terminal="ks-tools v${VERSION} (${M_DATE})" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
|
||
############################################################### | ||
# ks-avi (ks-tools) - Convert video to AVI format # | ||
# Date: 28-01-2022 # | ||
# Date: 04-02-2022 # | ||
# Author: q3aql # | ||
# Contact: [email protected] # | ||
############################################################### | ||
VERSION="8.3" | ||
M_DATE="280122" | ||
VERSION="8.3.1" | ||
M_DATE="040222" | ||
|
||
# Global parameters | ||
dirTemp="/tmp" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
|
||
###################################################################### | ||
# ks-mp3 (ks-tools) - Tool for create and modify configuration files # | ||
# Date: 28-01-2022 # | ||
# Date: 04-02-2022 # | ||
# Author: q3aql # | ||
# Contact: [email protected] # | ||
###################################################################### | ||
VERSION="8.3" | ||
M_DATE="280122" | ||
VERSION="8.3.1" | ||
M_DATE="040222" | ||
|
||
# Check cygwin alias (for Windows) | ||
if [ -f "/usr/bin/cygwin-alias.sh" ] ; then | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
|
||
############################################################### | ||
# ks-crop (ks-tools) - Crop or change aspect ratio of a video # | ||
# Date: 28-01-2022 # | ||
# Date: 04-02-2022 # | ||
# Author: q3aql # | ||
# Contact: [email protected] # | ||
############################################################### | ||
VERSION="8.3" | ||
M_DATE="280122" | ||
VERSION="8.3.1" | ||
M_DATE="040222" | ||
|
||
# Global parameters | ||
dirTemp="/tmp" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
|
||
##################################################################### | ||
# ks-mix (ks-tools) - Extract video/audio and mix video/audio files # | ||
# Date: 28-01-2022 # | ||
# Date: 04-02-2022 # | ||
# Author: q3aql # | ||
# Contact: [email protected] # | ||
##################################################################### | ||
VERSION="8.3" | ||
M_DATE="280122" | ||
VERSION="8.3.1" | ||
M_DATE="040222" | ||
|
||
# File(s) detection | ||
current_dir="$(pwd)" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
|
||
######################################################################### | ||
# ks-mp3 (ks-tools) - Convert video/audio file(s) to MP3 (Audio) Format # | ||
# Date: 23-01-2022 # | ||
# Date: 04-02-2022 # | ||
# Author: q3aql # | ||
# Contact: [email protected] # | ||
######################################################################### | ||
VERSION="8.3" | ||
M_DATE="280122" | ||
VERSION="8.3.1" | ||
M_DATE="040222" | ||
|
||
# Global parameters | ||
dirTemp="/tmp" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
|
||
###################################################################### | ||
# ks-mp3-album (ks-tools) - Convert folder album to MP3 Audio Format # | ||
# Date: 28-01-2022 # | ||
# Date: 04-02-2022 # | ||
# Author: q3aql # | ||
# Contact: [email protected] # | ||
###################################################################### | ||
VERSION="8.3" | ||
M_DATE="280122" | ||
VERSION="8.3.1" | ||
M_DATE="040222" | ||
|
||
# Variables | ||
tempFile="/tmp/ks-mp4s-folder.txt" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
|
||
############################################################### | ||
# ks-mp4 (ks-tools) - Convert video to MP4 format # | ||
# Date: 28-01-2022 # | ||
# Date: 04-02-2022 # | ||
# Author: q3aql # | ||
# Contact: [email protected] # | ||
############################################################### | ||
VERSION="8.3" | ||
M_DATE="280122" | ||
VERSION="8.3.1" | ||
M_DATE="040222" | ||
|
||
# Global parameters | ||
dirTemp="/tmp" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
|
||
############################################################### | ||
# ks-mp4k (ks-tools) - Convert video to MP4 format (4K) # | ||
# Date: 28-01-2022 # | ||
# Date: 04-02-2022 # | ||
# Author: q3aql # | ||
# Contact: [email protected] # | ||
############################################################### | ||
VERSION="8.3" | ||
M_DATE="280122" | ||
VERSION="8.3.1" | ||
M_DATE="040222" | ||
|
||
# Global parameters | ||
dirTemp="/tmp" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
|
||
############################################################### | ||
# ks-mp4s (ks-tools) - Convert video to MP4 format (Series) # | ||
# Date: 28-01-2022 # | ||
# Date: 04-02-2022 # | ||
# Author: q3aql # | ||
# Contact: [email protected] # | ||
############################################################### | ||
VERSION="8.3" | ||
M_DATE="280122" | ||
VERSION="8.3.1" | ||
M_DATE="040222" | ||
|
||
# Global parameters | ||
dirTemp="/tmp" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
|
||
################################################################################# | ||
# ks-mp4s-folder (ks-tools) - Convert videos from folder to MP4 format (Series) # | ||
# Date: 28-01-2022 # | ||
# Date: 04-02-2022 # | ||
# Author: q3aql # | ||
# Contact: [email protected] # | ||
################################################################################# | ||
VERSION="8.3" | ||
M_DATE="280122" | ||
VERSION="8.3.1" | ||
M_DATE="040222" | ||
|
||
# Variables | ||
tempFile="/tmp/ks-mp4s-folder.txt" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
|
||
############################################################################# | ||
# ks-oga (ks-tools) - Convert video/audio file(s) to OGA (OGG Audio) Format # | ||
# Date: 28-01-2022 # | ||
# Date: 04-02-2022 # | ||
# Author: q3aql # | ||
# Contact: [email protected] # | ||
############################################################################# | ||
VERSION="8.3" | ||
M_DATE="280122" | ||
VERSION="8.3.1" | ||
M_DATE="040222" | ||
|
||
# Global parameters | ||
dirTemp="/tmp" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
|
||
############################################################################ | ||
# ks-oga-album (ks-tools) - Convert folder album to OGA (OGG Audio) Format # | ||
# Date: 28-01-2022 # | ||
# Date: 04-02-2022 # | ||
# Author: q3aql # | ||
# Contact: [email protected] # | ||
############################################################################ | ||
VERSION="8.3" | ||
M_DATE="280122" | ||
VERSION="8.3.1" | ||
M_DATE="040222" | ||
|
||
# Variables | ||
tempFile="/tmp/ks-mp4s-folder.txt" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
|
||
######################################################################## | ||
# ks-upa (ks-tools) - Upload audio file(s) to server with scp or rsync # | ||
# Date: 28-01-2022 # | ||
# Date: 04-02-2022 # | ||
# Author: q3aql # | ||
# Contact: [email protected] # | ||
######################################################################## | ||
VERSION="8.3" | ||
M_DATE="280122" | ||
VERSION="8.3.1" | ||
M_DATE="040222" | ||
|
||
# Global parameters. | ||
dirTemp="/tmp" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
|
||
######################################################################### | ||
# ks-upf (ks-tools) - Upload common file(s) to server with scp or rsync # | ||
# Date: 28-01-2022 # | ||
# Date: 04-02-2022 # | ||
# Author: q3aql # | ||
# Contact: [email protected] # | ||
######################################################################### | ||
VERSION="8.3" | ||
M_DATE="280122" | ||
VERSION="8.3.1" | ||
M_DATE="040222" | ||
|
||
# Global parameters. | ||
dirTemp="/tmp" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
|
||
############################################################################## | ||
# ks-upr (ks-tools) - Upload recursively file(s) to server with scp or rsync # | ||
# Date: 28-01-2022 # | ||
# Date: 04-02-2022 # | ||
# Author: q3aql # | ||
# Contact: [email protected] # | ||
############################################################################## | ||
VERSION="8.3" | ||
M_DATE="280122" | ||
VERSION="8.3.1" | ||
M_DATE="040222" | ||
|
||
# Global parameters. | ||
dirTemp="/tmp" | ||
|
Oops, something went wrong.