changeset 2:3656bdd46f54

add touchslide
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Sat, 16 Feb 2019 16:56:42 +0900
parents 85f5eada6707
children f05a6c7471fa
files hg-browse touchslide
diffstat 2 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hg-browse	Tue Nov 13 08:54:23 2018 +0900
+++ b/hg-browse	Sat Feb 16 16:56:42 2019 +0900
@@ -26,7 +26,6 @@
 
 if ( $stdout =~ m[(https?|ssh)://(\w+@)?(.*)]){
     my $url = "http://$3";
-    print "$url\n";
     @cmd = ('open',$url);
     eval { run3 \@cmd,undef,\$stdout,\$stderr;};
     if ($@){
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/touchslide	Sat Feb 16 16:56:42 2019 +0900
@@ -0,0 +1,13 @@
+cat << EOFEOF > slide.md
+title: Test
+author: Takahiro Shimizu
+profile:
+lang: Japanese
+
+
+# 研究目的
+- なんか
+- ここに
+- 書く
+EOFEOF
+