Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Latest commit

 

History

History
39 lines (25 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

39 lines (25 loc) · 1.02 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • Moved main functionality into link subcommand

Changed

  • -b/--base <BASE> renamed back to -t/--target <TARGET>

v0.2.0 - 2020-02-07

Changed

  • -t/--target <target> renamed to -b/--base <BASE>
  • Refactoring for maintainability

v0.1.0 – 2020-02-04

Added

  • SOURCES defaults to current working directory
  • <target> defaults to home directory
  • Recreate directory structure of SOURCES within <target>
  • Link contents of SOURCES into corresponding locations within <target>
  • Remove existing files in <target> if their type and size match the corresponding file in SOURCES
  • Replace existing symbolic links in <target> with links to the corresponding file in SOURCES