macOS Tag Tool created to assist with some simple CSV manipulation
  • Swift 83.3%
  • Python 12.4%
  • Ruby 4.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-12-09 20:30:09 +00:00
Tag Tool Update to view controller 2018-04-06 11:46:04 +01:00
Tag Tool.xcodeproj Added and removed library, travis-ci commit 2018-04-04 14:05:08 +01:00
Tag Tool.xcworkspace Temporarily added script 2018-04-04 11:41:53 +01:00
Tag ToolTests Refactored method out of model to view controller 2018-04-04 10:27:34 +01:00
Tag ToolUITests Initial Commit 2018-03-26 11:15:09 +01:00
.travis.yml Update to view controller 2018-04-06 11:46:04 +01:00
LICENSE Create LICENSE 2022-09-21 20:07:44 +01:00
Podfile Slight change to podfile 2018-04-04 17:10:51 +01:00
Podfile.lock Temporarily added script 2018-04-04 11:41:53 +01:00
Readme.md rename readme 2025-12-09 20:30:09 +00:00

Archived on GitHub and moved to https://git.sr.ht/~gary_moore/Tag-Tool

[![Build Status](https://travis-ci.com/MadManGaz/Tag-Tool.svg?token=Sx12AAWLX4ipjsWQNVEs&branch=master)](https://travis-ci.com/MadManGaz/Tag-Tool)

RIP ⚰️ Died of Bit Rot.

This was written before swift stabilized.

Tag Tool

This is a no thrills, badly written tag tool thing that has the purpose of automating some mind numbing clerical tasks for work. Really only meant for myself, so it's bad, but it works for me.

Pretty sure there are things that shouldn't be in the view controllers and things that shouldn't be in the model.