Skip to content

Releases: xy2z/setaliases

Possible fix for PHP7

06 Feb 15:11
20c4628
Compare
Choose a tag to compare
1.1.2

Fix for PHP 7

1.1.1

30 Oct 09:57
Compare
Choose a tag to compare
  • Fixed bug not working with the pipe | operator -- Example: alias ag='alias | grep $*' now works.
  • Added phpstan for code analysis

Project now requires php7.1 or above.

1.1.0: New argument: --daily

27 Jan 13:34
Compare
Choose a tag to compare

Adding a --daily argument will only fetch and set aliases once per day per link.

Since it can be a bit time consuming to run this script on Windows, this is recommended for automatic runs like when the editor is opened.
Then you can still manually update the script by running it without the --daily argument, in case you've made any recent changes.

This should still be backwards compatible.

php setaliases --daily [URL] -- will only run once per day.
php setaliases [URL] -- will run as usual.

1.0.1

09 Oct 19:49
Compare
Choose a tag to compare
  • Only run alias commands.
  • Only run on Windows.

1.0.0

07 Oct 14:06
bd200f9
Compare
Choose a tag to compare
Update setaliases

v0.2 - Test release

28 Sep 18:29
c14cc5f
Compare
Choose a tag to compare
Rename setalias to setaliases

v0.1 - Test release

28 Sep 18:24
Compare
Choose a tag to compare
First commit