Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefankueng/tools
a collection of useful tools, including SKTimeStamp and StExBar
https://github.com/stefankueng/tools
deskband explorer shell tools
Last synced: 2 days ago
JSON representation
a collection of useful tools, including SKTimeStamp and StExBar
- Host: GitHub
- URL: https://github.com/stefankueng/tools
- Owner: stefankueng
- License: gpl-2.0
- Created: 2018-03-09T17:56:26.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-12T05:10:29.000Z (28 days ago)
- Last Synced: 2024-10-28T09:54:57.895Z (11 days ago)
- Topics: deskband, explorer, shell, tools
- Language: C++
- Homepage: https://tools.stefankueng.com/
- Size: 21 MB
- Stars: 209
- Watchers: 17
- Forks: 31
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starz - stefankueng/tools - a collection of useful tools, including SKTimeStamp and StExBar (C++)
README
# multiple tools
This repository contains multiple small tools and explorer plugins:
## StExBar: The ultimate tool for Windows Explorer
StExBar provides many useful commands for your everyday use of Windows explorer. And you can add as many custom commands on your own as you like.
[Homepage for StExBar](https://tools.stefankueng.com/StExBar.html)
## SkTimeStamp: Change file dates easily, directly from explorer
SKTimeStamp is a very simple shell extension which adds a new tab to the Windows Explorer properties dialog. On that new tab, you can change the file/folder date and time.
[Homepage for SKTimeStamp](https://tools.stefankueng.com/SKTimeStamp.html)
## tabspace
tabspace is a small command line tool that converts tabs to spaces or spaces to tabs automatically in files. It also removes spaces at the end of lines.
It works with ANSI, UTF-8 and even UTF-16 (on Windows mostly referred to as Unicode) files alike.
The conversion is done so that the alignment always stays the same - the conversion does not simply replace the characters, but uses an algorithm to find out how the replacement has to be done.
[Homepage for tabspace](https://tools.stefankueng.com/tabspace.html)
## FileTool
Lock files, create files and folders with any size and numbers.
Sometimes it's necessary to create a lot of test files, or just a few but very big ones. Or you need a thousand folders with a thousand files in each of them to test with your application. FileTool can do that for you.Or you need to lock files to test how your application behaves if it can not access those files. FileTool can do that for you too.
[Homepage for FileTool](https://tools.stefankueng.com/FileTool.html)
## AAClr: Change Aero colors to match wallpaper
Windows 8 has a new feature where the Aero colors can be automatically adjusted according to the selected wallpaper.
This seems to be a nice feature, and AAClr implements this for Windows 7 as well.
[Homepage for AAClr](https://tools.stefankueng.com/AAClr.html)