Replies: 8 comments 13 replies
-
Hey!
For example:
If you have any thoughts, please share |
Beta Was this translation helpful? Give feedback.
-
That sounds great! Again thanks so much! Plan on adding this as one of my
default utilities for windows installs nowadays. Makes me happy because
I've been looking everywhere for this feature set and this is so simple and
just works!
…On Thu, Jun 20, 2024, 8:42 AM Jamminroot ***@***.***> wrote:
Hey!
No, for now there is no support for CLI interface (except for
install\uninstall), but implementing that sounds like a good idea.
I'll add support for that by the weekend.
For now I'm thinking about something like:
-a "tag" # add tag
-r "tag" # remove tag
-f "file" # a file or folder to add or remove tag to\from
-fl "list.txt" # a file with a list of files or folders to add or remove tag to\from
For example:
intag.exe -a "new_tag" -a "new_tag_2" -r "old_tag" -f "folder1" "fodler2" "folder3"
If you have any thoughts, please share
—
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALQ2KYX22YUKVWLGN6NXU73ZILZ6BAVCNFSM6AAAAABJUGFOCSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TQMZQG4YDO>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I've made a draft of changes, committed it, but not yet tested. Might take some time as I have some stuff to do irl. |
Beta Was this translation helpful? Give feedback.
-
Holy crap! That's so awesome! Can't believe you already got started on
that! Super excited to see these features! Thanks so much, no rush!
…On Fri, Jun 21, 2024, 11:28 AM Jamminroot ***@***.***> wrote:
I've made a draft of changes, committed it, but not yet tested. Might take
some time as I have some stuff to do irl.
—
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALQ2KYWOSMNYYZVZ3TIWTJTZIRWDNAVCNFSM6AAAAABJUGFOCSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TQNBSHAZDI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
https://github.com/Jamminroot/intag/releases/tag/1.8.0.0-rc1 |
Beta Was this translation helpful? Give feedback.
-
Dude! Gonna get on this first thing when I get to work tomorrow! Thanks!
…On Sun, Jun 23, 2024, 8:17 AM Jamminroot ***@***.***> wrote:
Note that bugs might and will likely occur :D Feel free to let me know if
you find any
—
Reply to this email directly, view it on GitHub
<#23 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALQ2KYSYOH4SODIKR6TDFODZI3RIFAVCNFSM6AAAAABJUGFOCSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TQNJSGQ3TQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Alright so Ive been messing with this and have gotten it to work. The issue I am currently running into though is the command not being recognized from command even after adding it to path. I have to manually type out the location of the .exe to call it. While that works it means the batch script I would use would be relative to my machine only and fail to tag if anyone else ran the script on their computer. Is there something else other than adding it to path that needs to be done? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hello, I just stumbled onto InTag and after a little testing it is absolutely amazing. I have implemented it for myself in my office space and am pushing others to use it as well. Personally I use a bunch of batch scripts to automate job folder setup and have already implemented tags on most of the job folders on our server. I would be really interested in integrating the tag into the batch scripts. is there a way to call intag via command line/batch to assign tags?
Beta Was this translation helpful? Give feedback.
All reactions