trogdoro / xiki

A shell console with GUI features
http://xiki.org
Other
3.76k stars 208 forks source link

Xiki doesn't function #90

Open sdaitzman opened 10 years ago

sdaitzman commented 10 years ago

Xiki runs but doesn't do anything... I got the impression it was further into development than this, so it seems likely that it's crashing immediately.

Here's the output:

Welcome to fish
samuel@samrmbp in ~/: ➤ xiki
> Summary
The 'xiki' shell command is mostly meant to be called by programs
that want to interface with Xiki.  But it is sometimes useful for
people to call it directly.  Example usages:

$ xiki ip
$ xiki docs/faq

> Setting up your editor
The most common way to use Xiki is from a text editor.  For
example, from in a text editor, typing "tables" on any blank line
and then double-clicking on it (or typing control-enter or
command-enter) to browse and update your mysql database.

See the README.md file in the Xiki dir for help setting up
your editor. You can view it by typing this command or going to
this url:

$ xiki readme

https://github.com/trogdoro/xiki

> Service
The 'xiki' shell command automatically runs a service in the
background to keep things fast.

% xiki status
% xiki stop
% xiki restart

> Interfaces
Xiki can be used from...
- A text editor
- The 'xiki' shell command
- The http://xiki/ url in your browser (experimental)

For more information type:

$ xiki docs

> Google Group and Twitter
Join the google group or follow @xiki on twitter for help with
installing and using, or just to chat or share your ideas:

http://groups.google.com/group/xiki/
http://twitter.com/xiki

> Troubleshooting
A couple commands to help you trouble-shoot:

% bundle install
% xiki restart
% xiki readme

samuel@samrmbp in ~/: ➤
skippednote commented 10 years ago

Same query here. It returns back to existing shell.

iachettifederico commented 10 years ago

It works well for me .

Try running

xiki ip

It should return you IP address

then run

xiki web/start

and access http://localhost:8161

And, on the editor config, you will be able to integrate it with Emacs or Aquamacs (which currently are the most supported editors)

I hope that helps ​

Federico Martín Iachetti http://federico.iachetti.com.ar/

On Tue, Jul 8, 2014 at 10:16 AM, Bassam Ismail notifications@github.com wrote:

Same query here. It returns back to existing shell.

— Reply to this email directly or view it on GitHub https://github.com/trogdoro/xiki/issues/90#issuecomment-48333959.

JayDugger commented 10 years ago

Works for me, up to

localhost:8161/emacs-setup

which I won't try again until xiki stops clobbering my emacs interface.

On Tue, Jul 8, 2014 at 9:40 AM, Federico Iachetti notifications@github.com wrote:

It works well for me .

Try running

xiki ip

It should return you IP address

then run

xiki web/start

and access http://localhost:8161

And, on the editor config, you will be able to integrate it with Emacs or Aquamacs (which currently are the most supported editors)

I hope that helps ​

Federico Martín Iachetti http://federico.iachetti.com.ar/

On Tue, Jul 8, 2014 at 10:16 AM, Bassam Ismail notifications@github.com wrote:

Same query here. It returns back to existing shell.

— Reply to this email directly or view it on GitHub https://github.com/trogdoro/xiki/issues/90#issuecomment-48333959.

— Reply to this email directly or view it on GitHub https://github.com/trogdoro/xiki/issues/90#issuecomment-48345283.

Jay Dugger (314) 766-4426

iachettifederico commented 10 years ago

I had the same problem. So I decided to create a separate config for emacs and xiki.

But finally, I managed to config it the way I wanted.

If you're interested, we can pair on it and I can help you.

I also didn't like the default keybindings, because they colficted too much with my own, so I learned to add just the ones I needed.

I know Craig is fully engaged on trying to get the KS going to solve all this stuff. In the meantime, ping me and we'll set a pairing session

Federico Martín Iachetti http://federico.iachetti.com.ar/

On Tue, Jul 8, 2014 at 12:00 PM, Jay Dugger notifications@github.com wrote:

Works for me, up to

localhost:8161/emacs-setup

which I won't try again until xiki stops clobbering my emacs interface.

On Tue, Jul 8, 2014 at 9:40 AM, Federico Iachetti < notifications@github.com> wrote:

It works well for me .

Try running

xiki ip

It should return you IP address

then run

xiki web/start

and access http://localhost:8161

And, on the editor config, you will be able to integrate it with Emacs or Aquamacs (which currently are the most supported editors)

I hope that helps ​

Federico Martín Iachetti http://federico.iachetti.com.ar/

On Tue, Jul 8, 2014 at 10:16 AM, Bassam Ismail notifications@github.com

wrote:

Same query here. It returns back to existing shell.

— Reply to this email directly or view it on GitHub https://github.com/trogdoro/xiki/issues/90#issuecomment-48333959.

— Reply to this email directly or view it on GitHub https://github.com/trogdoro/xiki/issues/90#issuecomment-48345283.

Jay Dugger (314) 766-4426

— Reply to this email directly or view it on GitHub https://github.com/trogdoro/xiki/issues/90#issuecomment-48348982.

hkdobrev commented 10 years ago

I have the same problem. The web interface works for me, but nothing in the terminal.

sdaitzman commented 10 years ago

It's not working for me in emacs or anything else...

phdoerfler commented 9 years ago

same problem here. Web interface works, terminal just prints the text mentioned above. xipi ip works, etc. but I thought that xiki was a shell? Shouldn't it act like one then when invoked via the command line?

iachettifederico commented 9 years ago

That's xsh which is a new feature Craig has been working on. But I didn't try it yet.

I use Xiki from emacs

therealklanni commented 9 years ago
> Summary
The 'xiki' shell command is mostly meant to be called by programs
that want to interface with Xiki.

If you simply run xiki it will only give you the output you posted. That's working as intended, it seems.

xiki is not a shell. xsh is a Xiki SHell, but it hasn't been released because the development is pending the results of the Kickstarter campaign, I believe.

trogdoro commented 9 years ago

Xiki SHell, but it hasn't been released because the development is pending the results of the Kickstarter campaign, I believe

Yes, that's right, thanks Kevin!

Back the campaign if you haven't yet, and I'll get xsh out there within a couple months or so, hopefully! I'm looking forward to remote pair programming with you on making it work for everyone, and making the install smooth (I think a one-line installer is pretty conceivable at this point).

2 days left in the kickstarter, and it's going to be realllly close!

--Craig

On Thu, Jul 17, 2014 at 3:53 PM, Kevin Lanni notifications@github.com wrote:

Summary The 'xiki' shell command is mostly meant to be called by programs that want to interface with Xiki.

If you simply run xiki it will only give you the output you posted. That's working as intended, it seems.

xiki is not a shell. xsh is a Xiki SHell, but it hasn't been released because the development is pending the results of the Kickstarter campaign, I believe.

— Reply to this email directly or view it on GitHub https://github.com/trogdoro/xiki/issues/90#issuecomment-49377056.

mattyw commented 9 years ago

In an attempt to turn this issue into a workable item:

I suggest someone with some experience of xiki starts a Getting Started section to the readme