Posts: 14
Threads: 1
Joined: Jun 2023
Sep-17-2023, 03:28 PM
(This post was last modified: Sep-17-2023, 03:28 PM by TheMouseAvenger.)
(Sep-10-2023, 04:14 PM)snippsat Wrote: (Sep-10-2023, 02:03 PM)TheMouseAvenger Wrote: Of course, if there are any errors, PLEASE do let me know. :-) It would also be very much appreciated if you could put any corrections IN the code, so I don't have to worry about placing them. All is ok.
Now can give path or simpler just put .json files in folder G:\div_code\suspender_env then no path is needed.
Navigate works like with c: and cd if want go eg desktop.
G:\div_code\suspender_env
λ G:\div_code\suspender_env\Scripts\activate.bat
# Over to c:
(suspender_env) G:\div_code\suspender_env
λ c:
# Go back
(suspender_env) C:\Users\Tom
λ cd ..
# Go back
(suspender_env) C:\Users
λ cd ..
# Go to Desktop
(suspender_env) C:\
λ cd Users/Tom/Desktop
# List files
(suspender_env) C:\Users\Tom\Desktop
λ ls
'010 Editor.lnk'*
'tabs.json'
'tabs_new.json'
.....
# Do the command
(suspender_env) C:\Users\Tom\Desktop
λ restore-the-great-suspender-urls --in-file=tabs.json --out-file=tabs_new.json
# No error ok So now i this navigate demo i have a tabs.json in Destop folder,
then no Path is needed,same for all just navigate to folder where .json files are,or just move the files to suspender_env folder.
OK, here I go! ^_^ Hopefully, I won't have any more problems! :D (crosses fingers)
P.S.: OK, OK, *one* last question: I don't see a "G" drive anywhere on my computer! What should I do?
Posts: 7,324
Threads: 123
Joined: Sep 2016
(Sep-17-2023, 03:28 PM)TheMouseAvenger Wrote: P.S.: OK, OK, *one* last question: I don't see a "G" drive anywhere on my computer! What should I do? Ahh so in post#19 you just copy my code whiteout using quote.
I did think that you did same as me.
Just follow what exactly what do in post#16,post back if you have trouble and show you output.
You really struggle with basic understating of basic OS stuff and Python.
the-great-suspender-restore-urls is a really simple tool and is CLI tool which means you use from command line also you open cmd ,
then do command in folder where you have your .json files.
Here from start in cmd
Microsoft Windows [Version 10.0.19045.3448]
C:\Users>cd ..
# Install
C:\>pip install the-great-suspender-restore-urls
Requirement already satisfied: the-great-suspender-restore-urls in c:\python311\
lib\site-packages (0.4)
# Use help
C:\>restore-the-great-suspender-urls --help
usage: restore-the-great-suspender-urls [-h] --in-file IN_FILE --out-file
OUT_FILE
[--session-name-suffix SESSION_NAME_SUFF
IX]
[--extension-id EXTENSION_ID]
[--verbose]
Restore the broken URLs of the Great Suspender browser extension
options:
-h, --help show this help message and exit
--in-file IN_FILE Input file. Could be relative (to current directory)
--out-file OUT_FILE Output file. Could be relative (to current directory)
--session-name-suffix SESSION_NAME_SUFFIX
Session name suffix. Defaults to ` - cleaned`.
--extension-id EXTENSION_ID
ID of ``The Great Suspender`` extension. If left
blank, regularexpression match will be used.
--verbose Verbose output.
# cd to folder code,you cd to your folder where .json files are
C:\>cd code
# In folder code i have tabs.json
C:\code>restore-the-great-suspender-urls --in-file=tabs.json --out-file=tabs-restored.json
# No errors
C:\code>
Posts: 14
Threads: 1
Joined: Jun 2023
Well, I was hoping to use Python alone, because I have the complete code written for that, & you said earlier that everything in it checked out perfectly, so I should be able to run it without any problems. :-(
All I simply want to know is, do I actually have to create a G drive for my computer? (If so, I can look up how to create a new drive.) And is there anything else I need to do AFTER that task in particular?
Posts: 7,324
Threads: 123
Joined: Sep 2016
Sep-17-2023, 07:58 PM
(This post was last modified: Sep-17-2023, 07:59 PM by snippsat.)
(Sep-17-2023, 06:45 PM)TheMouseAvenger Wrote: Well, I was hoping to use Python alone it's all Python,just that is written to use from command line CLI tool
(Sep-17-2023, 06:45 PM)TheMouseAvenger Wrote: All I simply want to know is, do I actually have to create a G drive for my computer? (If so, I can look up how to create a new drive.) And is there anything else I need to do AFTER that task in particular? No no,G: is physicals drive on my computer,i have not used G: in my latest posts.
There i use C: drive(which you also have),just open cmd and follow what i done yourself.
It's a frustrating that you don't post what you have tried.
Posts: 14
Threads: 1
Joined: Jun 2023
So just replace G with C, got it. :-) OK, *now*, I'm going to finally do it! ^_^ I'll let you know if anything still goes wrong, though. :-)
Posts: 14
Threads: 1
Joined: Jun 2023
(Sep-17-2023, 07:58 PM)snippsat Wrote: (Sep-17-2023, 06:45 PM)TheMouseAvenger Wrote: Well, I was hoping to use Python alone it's all Python,just that is written to use from command line CLI tool
(Sep-17-2023, 06:45 PM)TheMouseAvenger Wrote: All I simply want to know is, do I actually have to create a G drive for my computer? (If so, I can look up how to create a new drive.) And is there anything else I need to do AFTER that task in particular? No no,G: is physicals drive on my computer,i have not used G: in my latest posts.
There i use C: drive(which you also have),just open cmd and follow what i done yourself.
It's a frustrating that you don't post what you have tried.
So, I started doing my Python code...& I've already run into a problem. :-(
https://i.ibb.co/bRyCxQ0/Something-Went-Wrong.png
What should I do to fix this?
Posts: 7,324
Threads: 123
Joined: Sep 2016
Sep-22-2023, 02:51 PM
(This post was last modified: Sep-22-2023, 02:52 PM by snippsat.)
You have started the Python interactive shell(then see >>> ),bye typing just python you shall not do that.
You shall not type λ that just my shell cmder shell that make this signs automatic(it not part of the command).
Just python -V , pip -V ,if work then install pip install the-great-suspender-restore-urls
You seems completely lost on all basic stuff,if you know someone that in person could help you that would be fine.
|