close
The Wayback Machine - https://web.archive.org/web/20201125143939/https://github.com/spajo/utility-scripts
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

README.md

Utility scripts which I wrote lol

clipboard.py

This script strips the copied string of newlines.

icons.py

This scripts converts css icons such as

.icon-alarm-level1::before {  
    content: '\e902';
}

to public static fields with javadocs in java as such (it probably won't be rendered here because of missing fonts lol)

/**
 * <span style="font-size: 80px;" ></span>
 */
public static final String ALARM_LEVEL1 = "\ue902";

Authors

  • Rafal Janicki - this project - spajo

License

       DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
               Version 2, December 2004

Copyright (C) 2018 Rafal Janicki janicki@spaj.eu

Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.

       DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE

TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  1. You just DO WHAT THE FUCK YOU WANT TO.

About

My utility scripts lol

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.