Releases: Vardhanb07/lman
Releases · Vardhanb07/lman
Release list
v0.2.0
v0.1.0
Changelog
- f3e0cd2 add goreleaser
- 364ec86 update README.md
- 5ffa991 chore: add shebang
- 325ab10 v1.0.3
- 703c330 Write tests for unlink subcommands
- 825c475 Remove
removesubcommand and addunlinksubcommand * unlink performs the same operation asunlinkcommand in unix systems but the links it unlinks are defined in default config file or user defined config file * define testcases - bb9da40 Make lman ignore linked paths * write tests * make failing tests pass
- 60fda3e Add path resolution * write tests
- 3596f8d bump
- 7aec90b fix file resolution for ~
- 2ffbe96 bump
- d7172ad Rename module to match casing
- 7fb3eb7 Rename module to match casing
- 4b72b69 update README.md
- 687e75a v1.0.0
- ba04b94 Add remove subcommand * write tests for it * write script for test
- 6a712c0 Write tests for all defined test funcs * create file test.conf, lman.config.toml etc for testing
- 031abc1 Add link creation * write for default config * write for specified config * define tests
- e99901f Write tests for directory soft link * Write test for root command * Add linking without config in root command
- 274495f Add link func for creating soft links * write tests for it
- 076e152 Add args, options, subcommands for lman
- 01d821c Add error handling for reading config * test errors * add testdata for tests
- 7bd90af Add config functions * write tests for json, toml, yaml files
- 1bfec1a init
- 4f06794 init
- 1e52c92 init
- c2308bc Initial commit