Open Chrome history using terminal commands

Clash Royale CLAN TAG#URR8PPP up vote
1
down vote
favorite
How can I open Chrome history using terminal commands.
It is similar to Open multiple firefox tabs from command line but that kind of solution is not working.
command-line chromium raspberrypi
add a comment |Â
up vote
1
down vote
favorite
How can I open Chrome history using terminal commands.
It is similar to Open multiple firefox tabs from command line but that kind of solution is not working.
command-line chromium raspberrypi
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
How can I open Chrome history using terminal commands.
It is similar to Open multiple firefox tabs from command line but that kind of solution is not working.
command-line chromium raspberrypi
How can I open Chrome history using terminal commands.
It is similar to Open multiple firefox tabs from command line but that kind of solution is not working.
command-line chromium raspberrypi
command-line chromium raspberrypi
edited Mar 15 at 13:58
galoget
2,1062820
2,1062820
asked Mar 15 at 13:35
Larry Kyntiewnam Syiemlieh
83
83
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
This won't open a history tab as you requested but you may be interested in trying googles history API.
As far as I can tell you can't just open the history tab via the command line. You can access the information in the history via the API mentioned above but according to this google page entering chrome://history in the URL should bring you to the history (which it does). However, I have not been able to get it to work from the command line using google-chrome -new-tab chrome://history
Same here. But since there's a shortcut when opening chrome, can you just open history tab by inputting a shortcut command like "Ctrl+H" ? If yes what would the command be like?
â Larry Kyntiewnam Syiemlieh
Mar 15 at 14:21
@LarryKyntiewnamSyiemlieh Maybe, but you will note that "Ctrl+H" only opens a history tab if there is none open if there is one or more open it will open the first existing one. Because of this, I'm guessing you may have to download the API to access that ability.
â Jeff
Mar 15 at 14:33
@LarryKyntiewnamSyiemlieh is this something you want to do just for your self or is this something that is for a product you are working on? I'm just wondering if there are other ways of doing it using a browser shortcut or something.
â Jeff
Mar 15 at 14:36
This is for my project. I'm trying to develop a voice recognition program using python in raspberry pi. This is mainly focused on getting output from voice inputs only. So while running the python script, I can say open YouTube then the browser opens up YouTube without me doing it manually
â Larry Kyntiewnam Syiemlieh
Mar 15 at 17:14
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
This won't open a history tab as you requested but you may be interested in trying googles history API.
As far as I can tell you can't just open the history tab via the command line. You can access the information in the history via the API mentioned above but according to this google page entering chrome://history in the URL should bring you to the history (which it does). However, I have not been able to get it to work from the command line using google-chrome -new-tab chrome://history
Same here. But since there's a shortcut when opening chrome, can you just open history tab by inputting a shortcut command like "Ctrl+H" ? If yes what would the command be like?
â Larry Kyntiewnam Syiemlieh
Mar 15 at 14:21
@LarryKyntiewnamSyiemlieh Maybe, but you will note that "Ctrl+H" only opens a history tab if there is none open if there is one or more open it will open the first existing one. Because of this, I'm guessing you may have to download the API to access that ability.
â Jeff
Mar 15 at 14:33
@LarryKyntiewnamSyiemlieh is this something you want to do just for your self or is this something that is for a product you are working on? I'm just wondering if there are other ways of doing it using a browser shortcut or something.
â Jeff
Mar 15 at 14:36
This is for my project. I'm trying to develop a voice recognition program using python in raspberry pi. This is mainly focused on getting output from voice inputs only. So while running the python script, I can say open YouTube then the browser opens up YouTube without me doing it manually
â Larry Kyntiewnam Syiemlieh
Mar 15 at 17:14
add a comment |Â
up vote
2
down vote
accepted
This won't open a history tab as you requested but you may be interested in trying googles history API.
As far as I can tell you can't just open the history tab via the command line. You can access the information in the history via the API mentioned above but according to this google page entering chrome://history in the URL should bring you to the history (which it does). However, I have not been able to get it to work from the command line using google-chrome -new-tab chrome://history
Same here. But since there's a shortcut when opening chrome, can you just open history tab by inputting a shortcut command like "Ctrl+H" ? If yes what would the command be like?
â Larry Kyntiewnam Syiemlieh
Mar 15 at 14:21
@LarryKyntiewnamSyiemlieh Maybe, but you will note that "Ctrl+H" only opens a history tab if there is none open if there is one or more open it will open the first existing one. Because of this, I'm guessing you may have to download the API to access that ability.
â Jeff
Mar 15 at 14:33
@LarryKyntiewnamSyiemlieh is this something you want to do just for your self or is this something that is for a product you are working on? I'm just wondering if there are other ways of doing it using a browser shortcut or something.
â Jeff
Mar 15 at 14:36
This is for my project. I'm trying to develop a voice recognition program using python in raspberry pi. This is mainly focused on getting output from voice inputs only. So while running the python script, I can say open YouTube then the browser opens up YouTube without me doing it manually
â Larry Kyntiewnam Syiemlieh
Mar 15 at 17:14
add a comment |Â
up vote
2
down vote
accepted
up vote
2
down vote
accepted
This won't open a history tab as you requested but you may be interested in trying googles history API.
As far as I can tell you can't just open the history tab via the command line. You can access the information in the history via the API mentioned above but according to this google page entering chrome://history in the URL should bring you to the history (which it does). However, I have not been able to get it to work from the command line using google-chrome -new-tab chrome://history
This won't open a history tab as you requested but you may be interested in trying googles history API.
As far as I can tell you can't just open the history tab via the command line. You can access the information in the history via the API mentioned above but according to this google page entering chrome://history in the URL should bring you to the history (which it does). However, I have not been able to get it to work from the command line using google-chrome -new-tab chrome://history
answered Mar 15 at 14:17
Jeff
454216
454216
Same here. But since there's a shortcut when opening chrome, can you just open history tab by inputting a shortcut command like "Ctrl+H" ? If yes what would the command be like?
â Larry Kyntiewnam Syiemlieh
Mar 15 at 14:21
@LarryKyntiewnamSyiemlieh Maybe, but you will note that "Ctrl+H" only opens a history tab if there is none open if there is one or more open it will open the first existing one. Because of this, I'm guessing you may have to download the API to access that ability.
â Jeff
Mar 15 at 14:33
@LarryKyntiewnamSyiemlieh is this something you want to do just for your self or is this something that is for a product you are working on? I'm just wondering if there are other ways of doing it using a browser shortcut or something.
â Jeff
Mar 15 at 14:36
This is for my project. I'm trying to develop a voice recognition program using python in raspberry pi. This is mainly focused on getting output from voice inputs only. So while running the python script, I can say open YouTube then the browser opens up YouTube without me doing it manually
â Larry Kyntiewnam Syiemlieh
Mar 15 at 17:14
add a comment |Â
Same here. But since there's a shortcut when opening chrome, can you just open history tab by inputting a shortcut command like "Ctrl+H" ? If yes what would the command be like?
â Larry Kyntiewnam Syiemlieh
Mar 15 at 14:21
@LarryKyntiewnamSyiemlieh Maybe, but you will note that "Ctrl+H" only opens a history tab if there is none open if there is one or more open it will open the first existing one. Because of this, I'm guessing you may have to download the API to access that ability.
â Jeff
Mar 15 at 14:33
@LarryKyntiewnamSyiemlieh is this something you want to do just for your self or is this something that is for a product you are working on? I'm just wondering if there are other ways of doing it using a browser shortcut or something.
â Jeff
Mar 15 at 14:36
This is for my project. I'm trying to develop a voice recognition program using python in raspberry pi. This is mainly focused on getting output from voice inputs only. So while running the python script, I can say open YouTube then the browser opens up YouTube without me doing it manually
â Larry Kyntiewnam Syiemlieh
Mar 15 at 17:14
Same here. But since there's a shortcut when opening chrome, can you just open history tab by inputting a shortcut command like "Ctrl+H" ? If yes what would the command be like?
â Larry Kyntiewnam Syiemlieh
Mar 15 at 14:21
Same here. But since there's a shortcut when opening chrome, can you just open history tab by inputting a shortcut command like "Ctrl+H" ? If yes what would the command be like?
â Larry Kyntiewnam Syiemlieh
Mar 15 at 14:21
@LarryKyntiewnamSyiemlieh Maybe, but you will note that "Ctrl+H" only opens a history tab if there is none open if there is one or more open it will open the first existing one. Because of this, I'm guessing you may have to download the API to access that ability.
â Jeff
Mar 15 at 14:33
@LarryKyntiewnamSyiemlieh Maybe, but you will note that "Ctrl+H" only opens a history tab if there is none open if there is one or more open it will open the first existing one. Because of this, I'm guessing you may have to download the API to access that ability.
â Jeff
Mar 15 at 14:33
@LarryKyntiewnamSyiemlieh is this something you want to do just for your self or is this something that is for a product you are working on? I'm just wondering if there are other ways of doing it using a browser shortcut or something.
â Jeff
Mar 15 at 14:36
@LarryKyntiewnamSyiemlieh is this something you want to do just for your self or is this something that is for a product you are working on? I'm just wondering if there are other ways of doing it using a browser shortcut or something.
â Jeff
Mar 15 at 14:36
This is for my project. I'm trying to develop a voice recognition program using python in raspberry pi. This is mainly focused on getting output from voice inputs only. So while running the python script, I can say open YouTube then the browser opens up YouTube without me doing it manually
â Larry Kyntiewnam Syiemlieh
Mar 15 at 17:14
This is for my project. I'm trying to develop a voice recognition program using python in raspberry pi. This is mainly focused on getting output from voice inputs only. So while running the python script, I can say open YouTube then the browser opens up YouTube without me doing it manually
â Larry Kyntiewnam Syiemlieh
Mar 15 at 17:14
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1015187%2fopen-chrome-history-using-terminal-commands%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password