cd-browser 0.2.2__tar.gz → 0.2.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {cd_browser-0.2.2 → cd_browser-0.2.4}/PKG-INFO +2 -2
- {cd_browser-0.2.2 → cd_browser-0.2.4}/README.md +1 -1
- {cd_browser-0.2.2 → cd_browser-0.2.4}/pyproject.toml +1 -1
- {cd_browser-0.2.2 → cd_browser-0.2.4}/src/cd_browser.egg-info/PKG-INFO +2 -2
- {cd_browser-0.2.2 → cd_browser-0.2.4}/src/cd_browser_post_install.py +1 -2
- {cd_browser-0.2.2 → cd_browser-0.2.4}/tests/test_post_install.py +1 -1
- {cd_browser-0.2.2 → cd_browser-0.2.4}/LICENSE +0 -0
- {cd_browser-0.2.2 → cd_browser-0.2.4}/setup.cfg +0 -0
- {cd_browser-0.2.2 → cd_browser-0.2.4}/src/app/__init__.py +0 -0
- {cd_browser-0.2.2 → cd_browser-0.2.4}/src/app/cli.py +0 -0
- {cd_browser-0.2.2 → cd_browser-0.2.4}/src/app/config.py +0 -0
- {cd_browser-0.2.2 → cd_browser-0.2.4}/src/app/domain/__init__.py +0 -0
- {cd_browser-0.2.2 → cd_browser-0.2.4}/src/app/filesystem.py +0 -0
- {cd_browser-0.2.2 → cd_browser-0.2.4}/src/app/history.py +0 -0
- {cd_browser-0.2.2 → cd_browser-0.2.4}/src/app/infrastructure/__init__.py +0 -0
- {cd_browser-0.2.2 → cd_browser-0.2.4}/src/app/logging_config.py +0 -0
- {cd_browser-0.2.2 → cd_browser-0.2.4}/src/app/main.py +0 -0
- {cd_browser-0.2.2 → cd_browser-0.2.4}/src/app/navigator.py +0 -0
- {cd_browser-0.2.2 → cd_browser-0.2.4}/src/app/services/__init__.py +0 -0
- {cd_browser-0.2.2 → cd_browser-0.2.4}/src/app/ui.py +0 -0
- {cd_browser-0.2.2 → cd_browser-0.2.4}/src/app/utils/__init__.py +0 -0
- {cd_browser-0.2.2 → cd_browser-0.2.4}/src/cd_browser.egg-info/SOURCES.txt +0 -0
- {cd_browser-0.2.2 → cd_browser-0.2.4}/src/cd_browser.egg-info/dependency_links.txt +0 -0
- {cd_browser-0.2.2 → cd_browser-0.2.4}/src/cd_browser.egg-info/entry_points.txt +0 -0
- {cd_browser-0.2.2 → cd_browser-0.2.4}/src/cd_browser.egg-info/requires.txt +0 -0
- {cd_browser-0.2.2 → cd_browser-0.2.4}/src/cd_browser.egg-info/top_level.txt +0 -0
- {cd_browser-0.2.2 → cd_browser-0.2.4}/tests/test_cli.py +0 -0
- {cd_browser-0.2.2 → cd_browser-0.2.4}/tests/test_filesystem.py +0 -0
- {cd_browser-0.2.2 → cd_browser-0.2.4}/tests/test_history.py +0 -0
- {cd_browser-0.2.2 → cd_browser-0.2.4}/tests/test_navigator.py +0 -0
- {cd_browser-0.2.2 → cd_browser-0.2.4}/tests/test_smoke.py +0 -0
- {cd_browser-0.2.2 → cd_browser-0.2.4}/tests/test_ui.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cd-browser
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: A fast keyboard-driven directory navigator for the terminal.
|
|
5
5
|
Author: Saky
|
|
6
6
|
Classifier: Development Status :: 3 - Alpha
|
|
@@ -32,7 +32,7 @@ Dynamic: license-file
|
|
|
32
32
|
`cd-browser` is a fast keyboard-driven directory navigator for the terminal.
|
|
33
33
|
It lets you explore directory trees visually and jump to any folder instantly.
|
|
34
34
|
|
|
35
|
-

|
|
35
|
+

|
|
36
36
|
|
|
37
37
|
## Why cd-browser?
|
|
38
38
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
`cd-browser` is a fast keyboard-driven directory navigator for the terminal.
|
|
6
6
|
It lets you explore directory trees visually and jump to any folder instantly.
|
|
7
7
|
|
|
8
|
-

|
|
8
|
+

|
|
9
9
|
|
|
10
10
|
## Why cd-browser?
|
|
11
11
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cd-browser
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: A fast keyboard-driven directory navigator for the terminal.
|
|
5
5
|
Author: Saky
|
|
6
6
|
Classifier: Development Status :: 3 - Alpha
|
|
@@ -32,7 +32,7 @@ Dynamic: license-file
|
|
|
32
32
|
`cd-browser` is a fast keyboard-driven directory navigator for the terminal.
|
|
33
33
|
It lets you explore directory trees visually and jump to any folder instantly.
|
|
34
34
|
|
|
35
|
-

|
|
35
|
+

|
|
36
36
|
|
|
37
37
|
## Why cd-browser?
|
|
38
38
|
|
|
@@ -66,8 +66,7 @@ def main() -> None:
|
|
|
66
66
|
print(f"Then run 'source {profile}' or restart terminal.")
|
|
67
67
|
except EOFError:
|
|
68
68
|
print(
|
|
69
|
-
f"\nNo interactive input detected. "
|
|
70
|
-
f"Add the function to {profile} manually."
|
|
69
|
+
f"\nNo interactive input detected. Add the function to {profile} manually."
|
|
71
70
|
)
|
|
72
71
|
print(f"Then run 'source {profile}' or restart terminal.")
|
|
73
72
|
except KeyboardInterrupt:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|