Skip to main content

Questions tagged [interactive]

The tag has no usage guidance.

13 votes
7 answers
26k views

"Click to translate" for .pdf

Is there a way to be able just click a word and get its translation while reading .pdf files? Google Dictionary is very useful plugin for Chrome but works only for web pages. Does something similar ...
4 votes
2 answers
2k views

How to run Windows OpenSSH Server interactively?

As known OpenSSH Server on Windows 10 (sshd.exe) run as a service by default. But there are cases that require to run OpenSHH Server in an interactive Windows session, not in session 0 by default. For ...
36 votes
4 answers
8k views

How can I prevent interactive-rebase from running verification hooks on commits?

I have a range of commits that fail the tests that are committed with them. I need to interactive-rebase across these commits; but the hooks are failing, and causing each commit to screw up, forcing ...
9 votes
2 answers
19k views

Open new konsole from script, executing command and becoming interactive on conclusion

I want to be able to get a script (ran at startup) to open up a konsole terminal. When it opens it is to do some persistent things (like change directory and source bashrc) and run a long running ...
17 votes
8 answers
5k views

Disabling everything except letters in browser- and on OS-level

We would like to make an interactive exhibition piece foolproof, requiring as little staff presence as possible when recovering it from anything anyone made it do. It has a text input and then it ...
0 votes
1 answer
1k views

Ansible playbook hangs in interactive mode

If I run the command (redis-cli --cluster create 192.168.1.10:6379 192.168.1.11:6379 192.168.1.15:6379) from the host(192.168.1.10) it prompts me for "yes" and it's working but in ansible ...
0 votes
1 answer
187 views

Bash/Zsh: Catching all commands that start with a `/`

Is there a way to get this example catchall function to be called whenever any command starts with the / character in an interactive shell (instead of searching in $PATH and executing something else, ...
4 votes
1 answer
553 views

Interactive ZSH's command prompt to execute a ZLE command

Is there any way to interactively run a ZLE command on the current line? I am looking for a similar way to TMUX's command-prompt, which default keybinding is prefix : were you can run a TMUX command ...
0 votes
1 answer
69 views

Is there a way to read the data behind this interactive map?

I'm looking at an interactive map that allows me to set a filter (button "Select Markets") and then places dots on the map which give summary data when I hover the mouse over a dot or ...
0 votes
1 answer
39 views

Trouble accessing Docker interactive mode image

I need help with accessing interactive mode of Docker image thanks to lack of knowledge in needed area. I want open file , and read from file, and use image filesystem (traversal and search). I think ...
2 votes
3 answers
663 views

how to start an interactive shell with special setup

I want to start an interactive zsh (on cygwin) with project specific set-up: source /etc/profile source ~/.profile source $PROJECT_HOME/Setup.zsh become interactive I got as far a step 3 but then ...
2 votes
1 answer
470 views

How to make interactive objects in Microsoft Word? (dropdown lists, checkboxes)

As I stated in the title, I'm pretty sure there is some feature that can enable me to do that. Here is a document with an example but I don't know how it was implemented: So how is that even possible ...
2 votes
1 answer
3k views

non-interactive ssh-keygen in Windows PowerShell: create a key pair and avoid pressing enter for location and empty passphrase

In Windows PowerShell, with ssh-keygen, how to create an SSH key pair with a private key that has no passphrase (password), without having to confirm twice the empty passphrase, and without having to ...
-1 votes
1 answer
55 views

Interactive formulas in excel [closed]

I'm trying to make an Excel sheet where people can easily change the formulas in multiple column. Viewers will have varying degrees of Excel experience. Goals Users can adjust how columns are ...
1 vote
1 answer
174 views

popd for cdr-based directory management in zsh

I recently started using cdr in zsh for remembering recent directories. I used to use pushd and the like. One thing I miss is popd, which basically means "I'm done using this directory, put me ...

15 30 50 per page