Sha256: 550c85559382ca2e63046c7bc6bce75f02065b3e51087ec93cac6c30143db14b
Contents?: true
Size: 272 Bytes
Versions: 14
Compression:
Stored size: 272 Bytes
Contents
# -*- coding: utf-8 -*- require 'y_support' module YSupport::KDE class << self # display it with kioclient def show_file_with_kioclient( fɴ_with_path ) system "sleep 0.2; kioclient exec 'file:%s'" % fɴ_with_path end end end # module YSupport::KDE
Version data entries
14 entries across 14 versions & 1 rubygems