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.
Files changed (32) hide show
  1. {cd_browser-0.2.2 → cd_browser-0.2.4}/PKG-INFO +2 -2
  2. {cd_browser-0.2.2 → cd_browser-0.2.4}/README.md +1 -1
  3. {cd_browser-0.2.2 → cd_browser-0.2.4}/pyproject.toml +1 -1
  4. {cd_browser-0.2.2 → cd_browser-0.2.4}/src/cd_browser.egg-info/PKG-INFO +2 -2
  5. {cd_browser-0.2.2 → cd_browser-0.2.4}/src/cd_browser_post_install.py +1 -2
  6. {cd_browser-0.2.2 → cd_browser-0.2.4}/tests/test_post_install.py +1 -1
  7. {cd_browser-0.2.2 → cd_browser-0.2.4}/LICENSE +0 -0
  8. {cd_browser-0.2.2 → cd_browser-0.2.4}/setup.cfg +0 -0
  9. {cd_browser-0.2.2 → cd_browser-0.2.4}/src/app/__init__.py +0 -0
  10. {cd_browser-0.2.2 → cd_browser-0.2.4}/src/app/cli.py +0 -0
  11. {cd_browser-0.2.2 → cd_browser-0.2.4}/src/app/config.py +0 -0
  12. {cd_browser-0.2.2 → cd_browser-0.2.4}/src/app/domain/__init__.py +0 -0
  13. {cd_browser-0.2.2 → cd_browser-0.2.4}/src/app/filesystem.py +0 -0
  14. {cd_browser-0.2.2 → cd_browser-0.2.4}/src/app/history.py +0 -0
  15. {cd_browser-0.2.2 → cd_browser-0.2.4}/src/app/infrastructure/__init__.py +0 -0
  16. {cd_browser-0.2.2 → cd_browser-0.2.4}/src/app/logging_config.py +0 -0
  17. {cd_browser-0.2.2 → cd_browser-0.2.4}/src/app/main.py +0 -0
  18. {cd_browser-0.2.2 → cd_browser-0.2.4}/src/app/navigator.py +0 -0
  19. {cd_browser-0.2.2 → cd_browser-0.2.4}/src/app/services/__init__.py +0 -0
  20. {cd_browser-0.2.2 → cd_browser-0.2.4}/src/app/ui.py +0 -0
  21. {cd_browser-0.2.2 → cd_browser-0.2.4}/src/app/utils/__init__.py +0 -0
  22. {cd_browser-0.2.2 → cd_browser-0.2.4}/src/cd_browser.egg-info/SOURCES.txt +0 -0
  23. {cd_browser-0.2.2 → cd_browser-0.2.4}/src/cd_browser.egg-info/dependency_links.txt +0 -0
  24. {cd_browser-0.2.2 → cd_browser-0.2.4}/src/cd_browser.egg-info/entry_points.txt +0 -0
  25. {cd_browser-0.2.2 → cd_browser-0.2.4}/src/cd_browser.egg-info/requires.txt +0 -0
  26. {cd_browser-0.2.2 → cd_browser-0.2.4}/src/cd_browser.egg-info/top_level.txt +0 -0
  27. {cd_browser-0.2.2 → cd_browser-0.2.4}/tests/test_cli.py +0 -0
  28. {cd_browser-0.2.2 → cd_browser-0.2.4}/tests/test_filesystem.py +0 -0
  29. {cd_browser-0.2.2 → cd_browser-0.2.4}/tests/test_history.py +0 -0
  30. {cd_browser-0.2.2 → cd_browser-0.2.4}/tests/test_navigator.py +0 -0
  31. {cd_browser-0.2.2 → cd_browser-0.2.4}/tests/test_smoke.py +0 -0
  32. {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.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
- ![cd-browser demo](docs/demo.gif)
35
+ ![cd-browser demo](https://gitea.sakydogalo.es/saky/cd-browser/raw/branch/main/docs/demo.gif)
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
- ![cd-browser demo](docs/demo.gif)
8
+ ![cd-browser demo](https://gitea.sakydogalo.es/saky/cd-browser/raw/branch/main/docs/demo.gif)
9
9
 
10
10
  ## Why cd-browser?
11
11
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "cd-browser"
7
- version = "0.2.2"
7
+ version = "0.2.4"
8
8
  description = "A fast keyboard-driven directory navigator for the terminal."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cd-browser
3
- Version: 0.2.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
- ![cd-browser demo](docs/demo.gif)
35
+ ![cd-browser demo](https://gitea.sakydogalo.es/saky/cd-browser/raw/branch/main/docs/demo.gif)
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:
@@ -4,7 +4,7 @@ import pytest
4
4
 
5
5
  from cd_browser_post_install import main
6
6
 
7
- CD_FUNCTION_SNIPPET = 'cd_() {'
7
+ CD_FUNCTION_SNIPPET = "cd_() {"
8
8
 
9
9
 
10
10
  def test_post_install_handles_eof_without_crashing(
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes