]> git.phdru.name Git - bookmarks_db.git/commitdiff
Feat: Set shebang to `python3`
authorOleg Broytman <phd@phdru.name>
Tue, 31 Oct 2023 16:45:06 +0000 (19:45 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 12 Nov 2023 19:21:09 +0000 (22:21 +0300)
13 files changed:
Robots/bkmk_rforking_sub.py
Storage/debug-json/pprint-json.py
bkmk-add.py
bkmk2db.py
check_dups.py
check_title.py
check_url.py
check_urls.py
convert_st.py
db2bkmk.py
set-real_title.py
set-title-list.py
sort_db.py

index 2f444ab0045338deef4408363ae753b16f12b5f9..6fb929e38fc1472c3a477ed1d1f08f0ed5c6975a 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 """Subprocess for the forking robot - check URL using bkmk_rurlib robot
 
 This file is a part of Bookmarks database and Internet robot.
 """Subprocess for the forking robot - check URL using bkmk_rurlib robot
 
 This file is a part of Bookmarks database and Internet robot.
index 2df6a815a3566ff52a7c752abffebcd6a950913f..48bb8b459f7b9142163e2cee748af2af2bcb937b 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 
 import sys
 import json
 
 import sys
 import json
index 37933353c300c909a94c984bdc0f6cdd5de4a1f3..f268277507c759188b6729f604e60502425f4c55 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 """Add a bookmark to the database
 
 This file is a part of Bookmarks database and Internet robot.
 """Add a bookmark to the database
 
 This file is a part of Bookmarks database and Internet robot.
index e3971a6b3177c53368b93d04674515b7eda12e5c..5a96d7f1f7926496cb8fbe5bcd34a8b5002207b2 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 """Convert Netscape Navigator's or Mozilla's bookmarks.html to a database
 
 This file is a part of Bookmarks database and Internet robot.
 """Convert Netscape Navigator's or Mozilla's bookmarks.html to a database
 
 This file is a part of Bookmarks database and Internet robot.
index 7fca79a08f009e8fb476afad24e05fd2360e149c..47a77df19381ae8a7f29a8755bf7f1e388d9304c 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 """Check duplicate URLs in the bookmarks database
 
 This file is a part of Bookmarks database and Internet robot.
 """Check duplicate URLs in the bookmarks database
 
 This file is a part of Bookmarks database and Internet robot.
index 554c2af2e3ce5179423fbd6ff1349f7cb92ef96e..5c0ed3f0ed4b7f9ae3982145803e284614871c9c 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 """Check and show URLs in the bookmarks database where name != real title
 
 This file is a part of Bookmarks database and Internet robot.
 """Check and show URLs in the bookmarks database where name != real title
 
 This file is a part of Bookmarks database and Internet robot.
index ecaa2fb26582f1daf12209b803fc64dca3b19bbf..2da9d4da7099e751b161b430df1e94428d02f4bc 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 """Robot interface - check URLs from the command line
 
 This file is a part of Bookmarks database and Internet robot.
 """Robot interface - check URLs from the command line
 
 This file is a part of Bookmarks database and Internet robot.
index e60cefe9edf394ac7f213f19cd05c10b18137da9..629fa86af2d01353af3f08b07463ff793eb937d1 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 """Robot interface - check URLs from bookmarks database
 
 This file is a part of Bookmarks database and Internet robot.
 """Robot interface - check URLs from bookmarks database
 
 This file is a part of Bookmarks database and Internet robot.
index 381239fc3ab45ab38913d3fb46233764a6a87ea2..63d4a7f3bf1940b4e87eeac6f501490bf0bd6551 100755 (executable)
@@ -1,11 +1,11 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 """Convert a bkmk database to a different storage.
 
 This file is a part of Bookmarks database and Internet robot.
 """
 
 __author__ = "Oleg Broytman <phd@phdru.name>"
 """Convert a bkmk database to a different storage.
 
 This file is a part of Bookmarks database and Internet robot.
 """
 
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2017 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2000-2023 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 import sys
 __license__ = "GNU GPL"
 
 import sys
index 4041690b285a7aa710d22d8f155de36e17ec7a09..c649ae91fe806ab15538012cb9ff8a985f9de255 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 """Convert a bkmk database back to bookmarks.html
 (or other format defined by writer)
 
 """Convert a bkmk database back to bookmarks.html
 (or other format defined by writer)
 
index eae7061aea713d8c0d8123e371712f6250e894bb..60b3c2026121f690bf87243b6c48ffab00c095c3 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 """Run through the bookmarks database and set name to real title
 
 This file is a part of Bookmarks database and Internet robot.
 """Run through the bookmarks database and set name to real title
 
 This file is a part of Bookmarks database and Internet robot.
index 8249c5789d3e642627c433ad609a5ee4b235f191..065407ed1449c04adf35e6154f4620dacbcee09d 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 """Run through the bookmarks database and set names to titles
 from an external file
 
 """Run through the bookmarks database and set names to titles
 from an external file
 
index fce1ac4ba0e6cca48138afc3cc5efe1af6ca6105..143c7d1349c44be69406dc4137f3c1d88c10d23a 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 """Sort bookmarks DB according to a rule:
       -a - by AddDate
       -v - by LastVisit
 """Sort bookmarks DB according to a rule:
       -a - by AddDate
       -v - by LastVisit