Giter VIP home page Giter VIP logo

openbash's People

Contributors

ababak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

openbash's Issues

Passing self.pane.get_path() as argument should be changed

The little plugin did not work for me because self.pane.get_path() returns a string that has a scheme e.g. "file://" at the beginning.
Simple fix:

scheme, path = splitscheme(self.pane.get_path())
subprocess.call(r'C:\Program Files\Git\git-bash.exe --cd="{cd}"'.format(cd=path))

Raises exception under linux

Hello! I am running fman under Ubuntu 16.04 (GUI: Xfce).

When trying to use OpenBash, i caught the following exception:
Traceback (most recent call last): File "fman/impl/plugins/plugin.py", line 90, in _run_in_thread File "/home/mak/.config/fman/Plugins/Third-party/OpenBash/openbash/__init__.py", line 6, in __call__ subprocess.call('C:/Program Files/Git/git-bash.exe --cd="{cd}"'.format(cd=self.pane.get_path())) File "subprocess.py", line 247, in call File "subprocess.py", line 676, in __init__ File "subprocess.py", line 1282, in _execute_child FileNotFoundError: [Errno 2] No such file or directory: 'C:/Program Files/Git/git-bash.exe --cd="/home/mak"'

So, it is obvious that the path to bash is not linux-like :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.