Skip to content

Releases: 0x78654C/xTerminal

xTerminal v1.8.3 - beta1

11 May 18:46
Compare
Choose a tag to compare
Pre-release
  • Fix uRational/sRational and ushort byte[] conversion to prober values for exif command.
  • Added more Id Names to dictionary
  • Added exif to middle pipe commands.

xTerminal-v1.8.3-beta1.zip - SHA256: 91CB0B19612F45263BEAF040EF683A453FC6E3B3421C04AA6E4A34D2E7DEDD5B

xTerminal v1.8.2

10 May 06:13
27875d5
Compare
Choose a tag to compare
  • Added command exif : Extracts metadata information from an image file.
    Supported extensions: jpg, jpeg, jpe, tiff, png, tff, tiff .

xTerminal-v1.8.2.zip - SHA256: 396D838AC8FDC943869080F85B1360FC2C2299A4EB5A82FA5FCCD9D7D2048E44

What's Changed

Full Changelog: v1.8.1...v1.8.2

xTerminal v1.8.1

29 Apr 20:10
5de16c3
Compare
Choose a tag to compare
  • Set inverted action with default one for command ./ the parameter -we.

xTerminal-v1.8.1.zip - SHA256: 976A2326FE791398457092679E19E6E9EECCF942AFC3988700BCC3244695181C

What's Changed

Full Changelog: v1.8.0...v1.8.1

xTerminal v1.8.0

11 Apr 20:21
Compare
Choose a tag to compare
  • Added -current parameter to edit command for display current editor used.
  • Added -h parameter for display the help message.
  • Added pipe commands option to plist command.
  • Changed color on email info/error messages.
  • Now set parameter is changed to -set for edit command.
  • Fixed: It can be used in parameters with quotes and exclamation mark in begging !"hello world " for string that includes space but double quotes are not needed. Works only with alias commands with multi parameters.

xTerminal-v1.8.0.zip - SHA256: 305E956B14B97765EC210CC45A273DBDBCAE71415014765842F46F8D7B4E142D

What's Changed

Full Changelog: v1.7.9...v1.8.0

xTerminal v1.7.9

25 Mar 08:34
0bf2ce0
Compare
Choose a tag to compare
  • Added multi parameter for alias commands.
    alias -add cc | ls | cat -s %1 | cat -n $2
  • It can be used in parameters with double quotes "hello world " for string that includes double quotes and space
  • It can be used in parameters with quotes and exclamation mark in begging !"hello world " for string that includes space but double quotes are not needed.
  • Fix get proper command for parameter without replace text identical to command.
  • Fix update alias with multiple pipe commands.

xTerminal-v1.7.9.zip - SHA256: 35051CC2807D75C32483FC8F88DE2CABB8A42CD096BA66BBA59C0638AFB163F8

What's Changed

Full Changelog: v1.7.8...v1.7.9

xTerminal v1.7.8

16 Mar 18:05
9fca765
Compare
Choose a tag to compare
  • Fix multiple empty lines in following parameters: -sa, -sao, -sm, -smo for cat command.

xTerminal-v1.7.8.zip - SHA256: 2058D01DA19F8172DC313A588CFA4E21A179219AB6246FDE417604E2EDB43490

What's Changed

Full Changelog: v1.7.7...v1.7.8

xTerminal v1.7.7

27 Jan 05:58
ece20b3
Compare
Choose a tag to compare
  • Added parameter -la for ls command: display last accessed date time for filles and folders.
  • Added parameter -lw for ls command: display last write date time to filles and folders.
  • Added command + for run commands from history list at a specific position.
  • Set default commands history display list to 20
  • Set default confirmation message color to yellow.
  • Added parameter -sz for ch command to set limit of stored commands in history. Default is 2000.
  • Added parameter -rz for ch command to read the limit of stored commands in history.

image

xTerminal-v1.7.7.zip - SHA256: 2672B8D50FD804FA4C16907839814C7D44E1430CF680DF71956168CC97669568

What's Changed

Full Changelog: v1.7.6...v1.7.7

xTerminal v1.7.6

20 Jan 19:52
850d80d
Compare
Choose a tag to compare
  • Changed command frename to mv . Now you can rename directories too.
  • Added new command: plist. Command will list current running processes and child processes.

image

xTerminal-v1.7.6.zip - SHA256: 9EBCC5BCB1578BF2BB24C42BF6813922E5FB63C300A9B46D0E4E6164C9E3A3FE

What's Changed

Full Changelog: v1.7.5...v1.7.6

xTerminal v1.7.5

28 Dec 20:12
c558036
Compare
Choose a tag to compare
  • Fix double 'File not exist ...' message in cat command.
  • Fix start process with elevated rights.
  • Fix autosuggest for start process command.
  • Changed start process command from .\ to ./

xTerminal-v1.7.5.zip - SHA256: 6CC1EB2E0D30EAAE9486DB34BDA0AEADB4FF179E60ED52E1DD08E21BBF4E484A

What's Changed

Full Changelog: v1.7.4...v1.7.5

xTerminal v1.7.3

07 Oct 12:42
eeed276
Compare
Choose a tag to compare
  • Added pipe commands system that can be used as following:
  • Begin commands: are used at the beginning of the pipe commands that stores the output for the next command.
  • Middle commands: are used to manipulate data from first pipe command and output or transmit to next command.
  • End commands: are used to display the output data from other commands and is used in the end of the pipe commands.

Here is the list of commands that work as with pipe too and which position:

pipe_commands

Pipe commands cand be added even to alias commands.
You can use multiple pipe middle commands as well.

  • start command changed to ./ for faster usage
  • various bug fixes
  • small UI change in interface
  • simplified display of ifconfig command

xTerminal-v1.7.3.zip - SHA256: CDAED3801C0ADACFB486DF0C3969A5F75B0B05BE14F6B7B1837FE195776F40E0

What's Changed

Full Changelog: v1.7.2.1...v1.7.3