bug icon indicating copy to clipboard operation
bug copied to clipboard

Move closed issues into a separate directory instead of deleting them.

Open ghost opened this issue 4 years ago • 3 comments

Hi. I think it's much better for close command to actually move the closed issue into issues/closed directory instead of deleting them, for future reference in case the same issue occurs again.

ghost avatar Apr 29 '20 13:04 ghost

I've added a total of 845 commits to driusan/bug, first at grantbow/bug then over at grantbow/fit. I've made the close command configurable using options along with 20 other options to change the behavior of the program. One of them is CloseMove: true. Another is ClosePreventDelete: true. The directory can be closed or any other string by changing FitClosedDirName: closed. Defaults have been made identical to bug so far but may be changed in the future. Please let me know what you think.

grantbow avatar Apr 22 '21 17:04 grantbow

@grantbow Awesome work!! :smiley:

ghost avatar Apr 24 '21 10:04 ghost

Thank you very much. I've been extending bug and implementing what I've needed. This includes some import (soon export and synch) capabilities with other bug tracking systems.

grantbow avatar Apr 24 '21 17:04 grantbow