keysubtracter icon indicating copy to clipboard operation
keysubtracter copied to clipboard

Fixed Range subtraction only

Open vishal2241 opened this issue 4 years ago • 1 comments

Hi , is this possible to use it for fixed range subtraction only from given file or if a feature can be added. Like i have a file containing line separated values like 50 , 70 , 100 , 260 , 345 etc. Then the program simply picks these numbers and returns only K-50 , k-70 , k-100 , k-260 , k-345 etc. Without knowing its bitrange -b 120 etc in account. It just takes value from files and returns file with subtracted values.

vishal2241 avatar Apr 08 '21 10:04 vishal2241

Yes i also was thinking in such tool, but i think that it will be a separated file, letme think how i can add it without lose the main goal of the program

regards!

albertobsd avatar Apr 08 '21 19:04 albertobsd