Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

Convert Windows cursors to Linux cursors

Notifications You must be signed in to change notification settings

Raymo111/convertcursor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows to Linux cursor converter

Dependency

  • ImageMagick

Usage

convertcursor [options]

Option Description
-h Shows this help menu
-v Be verbose, output more info (useful for debugging)
-o [path] Output to directory (default is the original directory of the file) (make sure you omit the ending /)
-f [file] Convert a file
-F [folder] Convert a folder

Note: To convert multiple files or folders, simply use -f or -F multiple times, like so:

convertcursor -vo /path/to/output/folder -f file1 -f file2 -F folder1 -F folder2

Bugs I can't fix:

  • Make sure you use full paths, starting with /. Don't do ~/file, do /home/<username>/file
  • Use -v first, then -o, then -f or -F If you don't like these restrictions then feel free to submit a PR fixing it.

Final note: DO NOT RUN THIS PROGRAM WITH SUDO. I AM NOT RESPONSIBLE FOR ANYTHING BAD THAT HAPPENS TO YOUR COMPUTER WHEN USING THIS PROGRAM.

Releases

No releases published

Packages

No packages published

Languages

  • Shell 65.9%
  • C 33.6%
  • Makefile 0.5%